]> git.sesse.net Git - ffmpeg/commit
avcodec/av1dec: partially clean state on frame decoding errors
authorJames Almer <jamrial@gmail.com>
Sun, 4 Oct 2020 13:21:59 +0000 (10:21 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 4 Oct 2020 13:34:15 +0000 (10:34 -0300)
commit05872c67a4cad1f28c41121314d7cf76c1fe3163
tree52435815e532665b657d837813830e1705601e9b
parent069d2b4a50a6eb2f925f36884e6b9bd9a1e54670
avcodec/av1dec: partially clean state on frame decoding errors

Fixes: member access within null pointer of type 'TileGroupInfo' (aka 'struct TileGroupInfo')
Fixes: 25725/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AV1_fuzzer-5166692706287616
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/av1dec.c