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

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

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

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