Re: [FFmpeg-devel] [PATCH 1/3] avcodec/jpeg2000_parser: Check state!=0

2021-09-14 Thread Michael Niedermayer
On Tue, Sep 14, 2021 at 07:35:50AM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates signature.asc Description: PGP si

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/jpeg2000_parser: Check state!=0

2021-09-13 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 1/3] avcodec/jpeg2000_parser: Check state!=0

2021-09-13 Thread Michael Niedermayer
Fixes: out of array read Fixes: 37664/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5893420460146688 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/jpeg2000_parser.c | 2 +