]> git.sesse.net Git - ffmpeg/commit
avcodec/cdtoons: Correct several end of data checks in cdtoons_render_sprite()
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 20 Feb 2020 17:49:56 +0000 (18:49 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 21 Feb 2020 20:42:11 +0000 (21:42 +0100)
commit4c31db5a32724662ac97448fd6ae2bfa42ffd732
tree9a29e00a4c0a75d9c478d85fb867496072ddf658
parent553d836d62732fa46752e7f9a670f46a1435f988
avcodec/cdtoons: Correct several end of data checks in cdtoons_render_sprite()

No testcases, found by code review when debuging issue found by oss-fuzz

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/cdtoons.c