Re: [FFmpeg-devel] [PATCH 2/3] avformat/rawdec: reduce randomness in used identifiers

2020-06-05 Thread Michael Niedermayer
On Fri, Jun 05, 2020 at 10:29:23AM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-06-04 01:19:18) > >Subject: avformat/rawdec: reduce randomness in used identifiers > > The patch looks ok, but the commit message is not very clear. "fix > identifier names" would be easier to

Re: [FFmpeg-devel] [PATCH 2/3] avformat/rawdec: reduce randomness in used identifiers

2020-06-05 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-06-04 01:19:18) >Subject: avformat/rawdec: reduce randomness in used identifiers The patch looks ok, but the commit message is not very clear. "fix identifier names" would be easier to understand IMO. -- Anton Khirnov

[FFmpeg-devel] [PATCH 2/3] avformat/rawdec: reduce randomness in used identifiers

2020-06-03 Thread Michael Niedermayer
Fixes: out of array access Fixes: 22686/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5121369624018944 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/rawdec.c | 2 ++ libavformat/rawd