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

2017-08-27 Thread Michael Niedermayer
On Fri, Aug 25, 2017 at 01:15:29AM +0200, Michael Niedermayer wrote: > From: 孙浩 and 张洪亮(望初) > > Fixes: loop.rl2 > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > Signed-off-by: Michael Niedermayer > --- > libavformat/rl2.c | 15 --- > 1 file

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

2017-08-24 Thread Michael Niedermayer
From: 孙浩 and 张洪亮(望初) Fixes: loop.rl2 Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael Niedermayer --- libavformat/rl2.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libavformat/rl2.c