summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-11-16 20:03:01 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2018-12-01 02:17:19 +0100
commit1a89ae1df8585134b9524f736b71cee98de7895a (patch)
tree8246c594c5fece0c6ffd63ae894a446b2df6d976 /libavcodec/hevcdec.h
parent7f22a4ebc97817fd0968f5ea8295c9a59a6292e0 (diff)
avcodec/hevcdec: Check for overlapping slices
Fixes: Timeout Fixes: 10108/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-6222384351674368 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hevcdec.h')
-rw-r--r--libavcodec/hevcdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index dd951aae06..b45969b7e2 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -430,6 +430,7 @@ typedef struct HEVCContext {
int max_ra;
int bs_width;
int bs_height;
+ int overlap;
int is_decoded;
int no_rasl_output_flag;