Re: [FFmpeg-devel] [PATCH 2/2] avcodec/lzf: Consider the needed size in reallocation

2020-06-07 Thread Michael Niedermayer
On Thu, May 28, 2020 at 06:20:56PM +0200, Michael Niedermayer wrote: > Fixes: NULL pointer dereference > Fixes: > 22381/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NOTCHLC_fuzzer-5659879921680384.fuzz > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master

[FFmpeg-devel] [PATCH 2/2] avcodec/lzf: Consider the needed size in reallocation

2020-05-28 Thread Michael Niedermayer
Fixes: NULL pointer dereference Fixes: 22381/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NOTCHLC_fuzzer-5659879921680384.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/lzf.c | 4 ++