OSDN Git Service

avcodec/dvdsubdec: error on bitmaps with size 0
authorwm4 <nfxjfg@googlemail.com>
Wed, 7 Jan 2015 22:57:50 +0000 (23:57 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 8 Jan 2015 00:42:42 +0000 (01:42 +0100)
commitbcaa9099b3648b47060e1724a97dc98b63c83702
tree1d4e6a124c8ffda1c85daf1223ae9276096561f4
parent3ed80bd95e1dd6864dbd08fa622d7eec97ac9a38
avcodec/dvdsubdec: error on bitmaps with size 0

Attemtping to decode them could lead to invalid writes with some fuzzed
samples.

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