mov: stsd entries must be at least 16 byte
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Dec 2011 19:51:00 +0000 (20:51 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 16 Sep 2012 14:53:06 +0000 (16:53 +0200)
commita5ea623b364b8a605fc92c973a98cd66cb7e6a5d
tree4d5c1f90dd5ff82b301ca645ea624cc2537c4fd3
parent9db67bedf0e517c19dad02db1752a5dfb52eaa69
mov: stsd entries must be at least 16 byte

Fix near infinite loop in stsd parsing.
Bug found by: Diana Elena Muscalu

The size is unsigned according the specification.

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