[FFmpeg-devel] [PATCH 1/2] avcodec/zmbv: obtain frame later
Tomas Härdin
tjoppen at acc.umu.se
Fri Feb 22 14:45:25 EET 2019
tor 2019-02-21 klockan 20:34 +0100 skrev Michael Niedermayer:
> The frame is not needed that early so obtaining it later avoids
> the costly operation in case other checks fail.
>
> Fixes: Timeout (14sec -> 4sec)
> Fixes: 13140/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ZMBV_fuzzer-5738330308739072
>
> 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 | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Looks OK, passes FATE
/Tomas
More information about the ffmpeg-devel
mailing list