Re: [FFmpeg-devel] [PATCH 3/3] avformat/mov: Check creation_time for overflow

2017-04-03 Thread Michael Niedermayer
On Sat, Apr 01, 2017 at 07:18:36PM +0200, Michael Niedermayer wrote: > Fixes integer overflow > Fixes: 701640 > > Found-by: Found-by: Thomas Guilbert > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c | 6 ++ > 1 file changed, 6 insertions(+) applied [...] -- Michael GnuP

[FFmpeg-devel] [PATCH 3/3] avformat/mov: Check creation_time for overflow

2017-04-01 Thread Michael Niedermayer
Fixes integer overflow Fixes: 701640 Found-by: Found-by: Thomas Guilbert Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index c9d076ee21..9c1c36c4be 100644 --- a/libavformat/mov.c +++ b/lib