Re: [FFmpeg-devel] [PATCH] avformat/mov: Add check for per-sample IV size.

2018-06-13 Thread Michael Niedermayer
On Tue, Jun 12, 2018 at 02:26:20PM -0700, Jacob Trimble wrote: > Found by Chrome's ClusterFuzz: http://crbug.com/849062. > > Signed-off-by: Jacob Trimble > --- > libavformat/mov.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) will apply thanks [...] -- Michael GnuPG fi

[FFmpeg-devel] [PATCH] avformat/mov: Add check for per-sample IV size.

2018-06-12 Thread Jacob Trimble
Found by Chrome's ClusterFuzz: http://crbug.com/849062. Signed-off-by: Jacob Trimble --- libavformat/mov.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2fca025889..5d9ffa69a3 100644 --- a/libavformat/mov.c +++ b/libavfor