avcodec/hevc: Avoid only partly skiping duplicate first slices
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 23 Mar 2019 19:55:08 +0000 (20:55 +0100)
committerMike Gabriel <sunweaver@debian.org>
Tue, 28 May 2019 12:14:01 +0000 (13:14 +0100)
commit645466e63ca1e87913da5c4dacf0203e124b547c
tree4d18f8844fe0eeaba8eceb34423c1809d69d686f
parentff795efca805205a6dc3a2a4bdb034bb27850d8f
avcodec/hevc: Avoid only partly skiping duplicate first slices

Fixes: NULL pointer dereference and out of array access
Fixes: 13871/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5746167087890432
Fixes: 13845/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5650370728034304
This also fixes the return code for explode mode

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Gbp-Pq: Name CVE-2019-11338.patch
libavcodec/hevc.c