mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/dvdsubdec: discard accumulated buffer on error
Fixes: Timeout Fixes: 10992/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DVDSUB_fuzzer-5657495410835456 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
52ba824c65
commit
35a603050d
@ -595,6 +595,7 @@ static int dvdsub_decode(AVCodecContext *avctx,
|
||||
}
|
||||
|
||||
if (is_menu < 0) {
|
||||
ctx->buf_size = 0;
|
||||
no_subtitle:
|
||||
reset_rects(sub);
|
||||
*data_size = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user