Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: Fix DoS in read_tfra()

2017-09-07 Thread Michael Niedermayer
On Tue, Sep 05, 2017 at 02:55:25AM +0200, Michael Niedermayer wrote: > Fixes: Missing EOF check in loop > No testcase > > Found-by: Xiaohei and Wangchu from Alibaba Security Team > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c | 7 +++ > 1 file changed, 7 insertions(+) patchs

[FFmpeg-devel] [PATCH 1/2] avformat/mov: Fix DoS in read_tfra()

2017-09-04 Thread Michael Niedermayer
Fixes: Missing EOF check in loop No testcase Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 994e9c6eba..2519707345 100644 ---