]> git.sesse.net Git - ffmpeg/commit
avcodec/cfhd: Check transform type
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 27 Aug 2020 22:17:41 +0000 (00:17 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 30 Aug 2020 14:18:37 +0000 (16:18 +0200)
commit659658d08bb2e7219001795c78efd24f381446e2
treed417b522e25c2b2e143cdaf783a94a9fdeb1a3da
parentb54c7797c515dd050a39d8d00e75eab726c3c7c3
avcodec/cfhd: Check transform type

Fixes: out of array access
Fixes: 24823/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-4855119863349248
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/cfhd.c