diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-12 22:36:00 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-20 21:42:20 +0100 |
commit | 62f8d27ef1995354d6529ea0d9428501d7f914b4 (patch) | |
tree | ac0a674832e8bf48edb9c0824294678bf0821f59 /libavcodec/tests/.gitignore | |
parent | f0d48ac41f7ae9fdc024f9c2c9d592fade85c00c (diff) | |
download | ffmpeg-62f8d27ef1995354d6529ea0d9428501d7f914b4.tar.gz |
avcodec/prosumer: Error out if decompress() stops reading data
if 0 is encountered in the LUT then decompress() will continue to output 0 bytes but never read more data.
Without a specification it is impossible to say if this is invalid or a feature.
None of the valid prosumer files tested cause a 0 to be read, so it is likely
not a intended feature.
Fixes: Timeout
Fixes: 11266/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PROSUMER_fuzzer-5681827423977472
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/tests/.gitignore')
0 files changed, 0 insertions, 0 deletions