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

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

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

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