]> git.sesse.net Git - ffmpeg/commit
avcodec/tiff: Do not overrun the array ends in dng_blit()
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 1 Jul 2020 21:05:22 +0000 (23:05 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 2 Jul 2020 15:14:31 +0000 (17:14 +0200)
commitf35caea77f76c62bd0e392e514a84833ab1e0c83
treec6e01d949d0f965342c46a1288ebce73ae2670de
parent1679f23beb3cfc3639352b3cbe7c08c00189c6b0
avcodec/tiff: Do not overrun the array ends in dng_blit()

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