Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread foo86
On Sat, Jul 22, 2017 at 03:33:18PM -0300, James Almer wrote: > On 7/22/2017 2:50 PM, foo86 wrote: > > Fixes CID 1409915. > > --- > > libavcodec/dcaadpcm.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c > > index 8742c7ccf6..e00f81f0

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread foo86
On Sat, Jul 22, 2017 at 07:55:05PM +0200, Nicolas George wrote: > Le quartidi 4 thermidor, an CCXXV, foo86 a écrit : > > Fixes CID 1409915. > > --- > > libavcodec/dcaadpcm.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c > > index 8

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread James Almer
On 7/22/2017 2:50 PM, foo86 wrote: > Fixes CID 1409915. > --- > libavcodec/dcaadpcm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c > index 8742c7ccf6..e00f81f011 100644 > --- a/libavcodec/dcaadpcm.c > +++ b/libavcodec/dcaadpcm.c > @@ -2

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread Nicolas George
Le quartidi 4 thermidor, an CCXXV, foo86 a écrit : > Fixes CID 1409915. > --- > libavcodec/dcaadpcm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c > index 8742c7ccf6..e00f81f011 100644 > --- a/libavcodec/dcaadpcm.c > +++ b/libavcodec/dc

[FFmpeg-devel] [PATCH 1/2] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread foo86
Fixes CID 1409915. --- libavcodec/dcaadpcm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c index 8742c7ccf6..e00f81f011 100644 --- a/libavcodec/dcaadpcm.c +++ b/libavcodec/dcaadpcm.c @@ -215,6 +215,9 @@ av_cold int ff_dcaadpcm_init(DCAADPCMEnc