Re: [FFmpeg-devel] [PATCH] libavformat/mov: Fix heap buffer overflow.

2018-06-01 Thread Michael Niedermayer
On Thu, May 31, 2018 at 10:41:29AM -0700, Jacob Trimble wrote: > Found by Chrome's ClusterFuzz: https://crbug.com/847060 > > Signed-off-by: Jacob Trimble > --- > libavformat/mov.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thanks [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH] libavformat/mov: Fix heap buffer overflow.

2018-05-31 Thread Jacob Trimble
Found by Chrome's ClusterFuzz: https://crbug.com/847060 Signed-off-by: Jacob Trimble --- libavformat/mov.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index f2a540ad50..08cc382a68 100644 --- a/libavformat/mov.c +++