Re: [FFmpeg-devel] [PATCH] avformat/mov: fix undefined behavior in mov_read_default

2020-07-04 Thread Andreas Rheinhardt
Zhao Zhili: > > >> On Jul 4, 2020, at 11:32 PM, Andreas Rheinhardt >> wrote: >> >> Zhao Zhili: >>> --- >>> libavformat/mov.c | 11 +-- >>> 1 file changed, 5 insertions(+), 6 deletions(-) >>> >>> diff --git a/libavformat/mov.c b/libavformat/mov.c >>> index df5bebdff1..da438e4e2c 100644

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix undefined behavior in mov_read_default

2020-07-04 Thread Zhao Zhili
> On Jul 4, 2020, at 11:32 PM, Andreas Rheinhardt > wrote: > > Zhao Zhili: >> --- >> libavformat/mov.c | 11 +-- >> 1 file changed, 5 insertions(+), 6 deletions(-) >> >> diff --git a/libavformat/mov.c b/libavformat/mov.c >> index df5bebdff1..da438e4e2c 100644 >> ---

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix undefined behavior in mov_read_default

2020-07-04 Thread Andreas Rheinhardt
Zhao Zhili: > --- > libavformat/mov.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index df5bebdff1..da438e4e2c 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -6945,13 +6945,12 @@ static int

[FFmpeg-devel] [PATCH] avformat/mov: fix undefined behavior in mov_read_default

2020-07-04 Thread Zhao Zhili
--- libavformat/mov.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index df5bebdff1..da438e4e2c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -6945,13 +6945,12 @@ static int mov_read_default(MOVContext *c,