Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-07 Thread Michael Niedermayer
On Wed, Jan 07, 2015 at 11:57:50PM +0100, wm4 wrote: > Attemtping to decode them could lead to invalid writes with some fuzzed > samples. > --- > libavcodec/dvdsubdec.c | 3 +++ > 1 file changed, 3 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611

[FFmpeg-devel] [PATCH 1/2] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-07 Thread wm4
Attemtping to decode them could lead to invalid writes with some fuzzed samples. --- libavcodec/dvdsubdec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index 2423cad..1cc34ea 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c