Re: [FFmpeg-devel] [PATCH 3/6] avformat/asfdec_o: Check size_bmp more fully

2018-07-05 Thread Michael Niedermayer
On Tue, Jul 03, 2018 at 11:05:27PM +0200, Michael Niedermayer wrote: > Fixes: integer overflow and out of array access > Fixes: asfo-crash-46080c4341572a7137a162331af77f6ded45cbd7 > > Found-by: Paul Ch > Signed-off-by: Michael Niedermayer > --- > libavformat/asfdec_o.c | 3 ++- > 1 file changed

[FFmpeg-devel] [PATCH 3/6] avformat/asfdec_o: Check size_bmp more fully

2018-07-03 Thread Michael Niedermayer
Fixes: integer overflow and out of array access Fixes: asfo-crash-46080c4341572a7137a162331af77f6ded45cbd7 Found-by: Paul Ch Signed-off-by: Michael Niedermayer --- libavformat/asfdec_o.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/asfdec_o.c b/libavformat/a