Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix reading saio/saiz for clear content.

2018-06-09 Thread Michael Niedermayer
On Thu, Jun 07, 2018 at 01:42:51PM -0700, Jacob Trimble wrote: > On Thu, Jun 7, 2018 at 10:38 AM Jacob Trimble wrote: > > > > Found by Chrome's ClusterFuzz: http://crbug.com/850389 > > > > Signed-off-by: Jacob Trimble > > --- > > libavformat/mov.c | 10 ++ > > 1 file changed, 10 insertio

Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix reading saio/saiz for clear content.

2018-06-07 Thread Jacob Trimble
On Thu, Jun 7, 2018 at 10:38 AM Jacob Trimble wrote: > > Found by Chrome's ClusterFuzz: http://crbug.com/850389 > > Signed-off-by: Jacob Trimble > --- > libavformat/mov.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 4ad19122b3

[FFmpeg-devel] [PATCH] avformat/mov: Fix reading saio/saiz for clear content.

2018-06-07 Thread Jacob Trimble
Found by Chrome's ClusterFuzz: http://crbug.com/850389 Signed-off-by: Jacob Trimble --- libavformat/mov.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 4ad19122b3..d07171b3f4 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -