Re: [FFmpeg-devel] [PATCH 6/8] avcodec/cri: Use ff_set_dimensions()

2021-02-02 Thread Michael Niedermayer
On Mon, Feb 01, 2021 at 11:43:20PM +0100, Paul B Mahol wrote: > LGTM will applly thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/cri: Use ff_set_dimensions()

2021-02-01 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 6/8] avcodec/cri: Use ff_set_dimensions()

2021-02-01 Thread Michael Niedermayer
Fixes: out of memory Fixes: 29985/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CRI_fuzzer-6424425392111616 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/cri.c | 8 ++-- 1 file chang