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

2017-08-25 Thread Michael Niedermayer
On Fri, Aug 25, 2017 at 08:52:22AM +0200, Paul B Mahol wrote: > On 8/25/17, Michael Niedermayer wrote: > > From: ** and *(**) > > > > Fixes: loop.asf > > > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/a

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

2017-08-25 Thread Paul B Mahol
On 8/25/17, Michael Niedermayer wrote: > From: ** and *(**) > > Fixes: loop.asf > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > Signed-off-by: Michael Niedermayer > --- > libavformat/asfdec_f.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > di

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

2017-08-24 Thread Michael Niedermayer
From: 孙浩 and 张洪亮(望初) Fixes: loop.asf Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael Niedermayer --- libavformat/asfdec_f.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index be09a92b