OSDN Git Service

mov: detect EOF in mov_read_dref()
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Dec 2011 20:37:54 +0000 (21:37 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 16 Sep 2012 14:31:03 +0000 (16:31 +0200)
commit9db67bedf0e517c19dad02db1752a5dfb52eaa69
treeb1cf8ed970f786623068dbb0a71da0264b1deeeb
parent4ed5ac50d3e4f921003ecf60985f78337400f354
mov: detect EOF in mov_read_dref()

Avoid a near infinite loop.
Issue discovered by cosminamironesei.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/mov.c