]> git.sesse.net Git - ffmpeg/commit
vc1dec: prevent null ptr dereferences.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Nov 2012 00:39:13 +0000 (01:39 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Nov 2012 00:43:12 +0000 (01:43 +0100)
commit3a04c18d899d278eea551c216e5117974063062b
treea5b43888057f76fe9b75578b6c29351efe927ec6
parent8e749733c13554dd61554f3bd2c7f25625c4cc63
vc1dec: prevent null ptr dereferences.

The added checks are in line with existing checks but should
probably be replaced by more advanced error concealment at some
point.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vc1dec.c