[FFmpeg-devel] [PATCH] avcodec/zmbv: Check that the decompressed data size is correct

Paul B Mahol onemda at gmail.com
Tue Sep 18 10:04:14 EEST 2018


On 9/18/18, Michael Niedermayer <michael at niedermayer.cc> wrote:
> This checks the value exactly for intra frames and checks it against a
> minimum for inter frames as they can be variable.
>
> Fixes: Timeout
> Fixes:
> 10182/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ZMBV_fuzzer-6245951174344704
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/zmbv.c | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>

LGTM


More information about the ffmpeg-devel mailing list