Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: Fix off by 1 error

2016-10-26 Thread Michael Niedermayer
On Wed, Oct 26, 2016 at 12:31:06AM +0200, Michael Niedermayer wrote: > Fixes out of array read > > Found-by: Thomas Garnier using libFuzzer > Signed-off-by: Michael Niedermayer > --- > libavcodec/dvdsubdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied [...] -- Michael

[FFmpeg-devel] [PATCH] avcodec/dvdsubdec: Fix off by 1 error

2016-10-25 Thread Michael Niedermayer
Fixes out of array read Found-by: Thomas Garnier using libFuzzer Signed-off-by: Michael Niedermayer --- libavcodec/dvdsubdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index b81b481..18475ec 100644 --- a/libavcodec/dvdsub