Re: [FFmpeg-devel] [PATCH 26/40] avcodec/avrndec: Check allocation for success

2020-09-14 Thread Paul B Mahol
On Mon, Sep 14, 2020 at 07:27:33AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/avrndec.c | 2 ++ > 1 file changed, 2 insertions(+) > lgtm > diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c > index f4ec490de5..a4b6fadfc8 100644 > --- a/libavcode

[FFmpeg-devel] [PATCH 26/40] avcodec/avrndec: Check allocation for success

2020-09-13 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/avrndec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c index f4ec490de5..a4b6fadfc8 100644 --- a/libavcodec/avrndec.c +++ b/libavcodec/avrndec.c @@ -54,6 +54,8 @@ static av_cold int init(AVCodecC