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

2017-08-27 Thread Michael Niedermayer
On Fri, Aug 25, 2017 at 01:15:30AM +0200, Michael Niedermayer wrote: > Fixes: loop.mv > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > Signed-off-by: Michael Niedermayer > --- > libavformat/mvdec.c | 2 ++ > 1 file changed, 2 insertions(+) applied [...] -- Michael GnuPG fing

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

2017-08-24 Thread Michael Niedermayer
Fixes: loop.mv Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael Niedermayer --- libavformat/mvdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mvdec.c b/libavformat/mvdec.c index 0e12c8c6c1..f7aa4cbaec 100644 --- a/libavformat/mvdec.c +++ b/l