mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
avformat/id3v2: read_uslt() check for the amount read
Fixes: timeout Fixes: 66783/clusterfuzz-testcase-minimized-ffmpeg_dem_GENH_fuzzer-5356884892647424 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit c0f4abe2aa0117a10fb651f2c1c030d4cd516081) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
7d9656e858
commit
7fa625df70
@ -366,7 +366,7 @@ static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen,
|
||||
int encoding;
|
||||
int ok = 0;
|
||||
|
||||
if (taglen < 1)
|
||||
if (taglen < 4)
|
||||
goto error;
|
||||
|
||||
encoding = avio_r8(pb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user