]> git.sesse.net Git - ffmpeg/commit
rv34: Avoid NULL dereference on corrupted bitstream
authorLaurent Aimar <fenrir@videolan.org>
Sat, 17 Sep 2011 21:43:58 +0000 (23:43 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 19 Sep 2011 12:44:22 +0000 (15:44 +0300)
commitd0f6ab0298f2309c6104626787ed73416298b019
treef33db3e2ed9720f6b8d1351f248c934b9f17a9e7
parent4a29b471869353c3077fb4b25b6518eb1047afb7
rv34: Avoid NULL dereference on corrupted bitstream

rv34_decode_slice() can return without allocating any pictures.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/rv34.c