Re: [libav-devel] [PATCH 02/10] idcin: validate header parameters

2012-08-04 Thread Justin Ruggles
On 08/04/2012 02:51 AM, Anton Khirnov wrote: > > On Wed, 1 Aug 2012 17:36:05 -0400, Justin Ruggles > wrote: >> Avoids using unsupported parameters and signed integer overflows. >> --- >> libavformat/idcin.c | 19 +++ >> 1 files changed, 19 insertions(+), 0 deletions(-) >> >>

Re: [libav-devel] [PATCH 02/10] idcin: validate header parameters

2012-08-03 Thread Anton Khirnov
On Wed, 1 Aug 2012 17:36:05 -0400, Justin Ruggles wrote: > Avoids using unsupported parameters and signed integer overflows. > --- > libavformat/idcin.c | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > > diff --git a/libavformat/idcin.c b/libavformat/idcin.c >

[libav-devel] [PATCH 02/10] idcin: validate header parameters

2012-08-01 Thread Justin Ruggles
Avoids using unsupported parameters and signed integer overflows. --- libavformat/idcin.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/libavformat/idcin.c b/libavformat/idcin.c index 6a9b0ca..f278f42 100644 --- a/libavformat/idcin.c +++ b/libavformat/