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>
Sat, 31 Aug 2019 15:36:55 +0000 (16:36 +0100)
commitaa375a52bbb33fdd522e9530a3064cdd92e8b2f5
treee16bdb8c9f413f4b3bf8db4d4e4d49b49017a072
parentf0495e494ccd4e550c770a1f042bdb105860d844
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