Re: [FFmpeg-devel] [PATCH 3/4] avcodec/utils: Check close before calling it

2019-07-21 Thread Michael Niedermayer
On Sun, Jul 21, 2019 at 10:50:17AM +0200, Paul B Mahol wrote: > LGTM will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/utils: Check close before calling it

2019-07-21 Thread Paul B Mahol
LGTM On 7/21/19, Michael Niedermayer wrote: > Fixes: NULL pointer dereference > Fixes: > 15733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IDF_fuzzer-5658616977162240 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: M

[FFmpeg-devel] [PATCH 3/4] avcodec/utils: Check close before calling it

2019-07-20 Thread Michael Niedermayer
Fixes: NULL pointer dereference Fixes: 15733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IDF_fuzzer-5658616977162240 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/utils.c | 2 +- 1 fil