]> git.sesse.net Git - ffmpeg/commit
avcodec/huffyuv: remove gray8a (the format is listed but not supported by the impleme...
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 3 Jul 2019 21:25:07 +0000 (23:25 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 Jul 2019 12:42:57 +0000 (14:42 +0200)
commit6aaa01afe4fb774d0767684aa00f075b0ee5fca6
treee90eba46f042359550659a4634c91b719117f0f0
parent9b5249a441a3581929329e8af1b63e20dc98c3d2
avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation)

Fixes: null pointer dereference
Fixes: 15464/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HYMT_fuzzer-5681391150301184
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/huffyuvdec.c
libavcodec/huffyuvenc.c