OSDN Git Service

Avoid NULL dereference on corrupted bitstream with real decoder.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 17 Sep 2011 21:43:58 +0000 (23:43 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Sep 2011 22:57:49 +0000 (00:57 +0200)
commit140dbcff357351570426efd0e0bc00e380f5436e
tree8feceb3bc8cdc6a4d341ddfeaa91e9b4e37be2bd
parentd788af6cf696d547a442c47e1ce6f93bc9fc97b6
Avoid NULL dereference on corrupted bitstream with real decoder.

rv34_decode_slice() can return without allocating any pictures.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/rv34.c