Re: [FFmpeg-devel] [PATCH] avcodec/hapdec: Change compressed_offset to unsigned 32bit

2021-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2021 at 09:24:49PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Into a blind darkness they enter who follow after the Ignorance, they as if into a greater darkness enter who devote themselves t

Re: [FFmpeg-devel] [PATCH] avcodec/hapdec: Change compressed_offset to unsigned 32bit

2021-02-19 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] avcodec/hapdec: Change compressed_offset to unsigned 32bit

2021-02-19 Thread Michael Niedermayer
Fixes: out of array access Fixes: 29345/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HAP_fuzzer-5401813482340352 Fixes: 30745/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HAP_fuzzer-5762798221131776 Suggested-by: Anton Found-by: continuous fuzzing process https://github.com/google/oss