Re: [FFmpeg-devel] [PATCH] avformat/asfdec: Fix DoS due to lack of eof check

2017-08-27 Thread Michael Niedermayer
On Fri, Aug 25, 2017 at 12:37:25PM +0200, Michael Niedermayer wrote: > From: "wangchu@alibaba-inc.com" > > Fixes: loop.asf > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > Signed-off-by: Michael Niedermayer > --- > libavformat/asfdec_f.c | 6 -- > 1 file changed, 4 insert

[FFmpeg-devel] [PATCH] avformat/asfdec: Fix DoS due to lack of eof check

2017-08-25 Thread Michael Niedermayer
From: "wangchu@alibaba-inc.com" Fixes: loop.asf Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael Niedermayer --- libavformat/asfdec_f.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c i