Re: [FFmpeg-devel] [PATCH] check that reel_name length doesn't exceed UINT16_MAX

2014-08-10 Thread Michael Niedermayer
On Sun, Aug 10, 2014 at 03:02:32PM -0700, Timothy Gu wrote: > On Sun, Aug 10, 2014 at 12:01 PM, Mark Reid wrote: > > --- > > libavformat/movenc.c | 14 +++--- > > 1 file changed, 11 insertions(+), 3 deletions(-) > > > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > > index 6a

Re: [FFmpeg-devel] [PATCH] check that reel_name length doesn't exceed UINT16_MAX

2014-08-10 Thread Timothy Gu
On Sun, Aug 10, 2014 at 12:01 PM, Mark Reid wrote: > --- > libavformat/movenc.c | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index 6a38e89..85fb2e8 100644 > --- a/libavformat/movenc.c > +++ b/libavformat/mov

Re: [FFmpeg-devel] [PATCH] check that reel_name length doesn't exceed UINT16_MAX

2014-08-10 Thread Michael Niedermayer
On Sun, Aug 10, 2014 at 12:01:33PM -0700, Mark Reid wrote: > --- > libavformat/movenc.c | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100

[FFmpeg-devel] [PATCH] check that reel_name length doesn't exceed UINT16_MAX

2014-08-10 Thread Mark Reid
--- libavformat/movenc.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 6a38e89..85fb2e8 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1340,13 +1340,21 @@ static int mov_write_rtp_tag(AVIOCont