mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 10:28:13 +00:00
parent
47a11ff457
commit
00ffbdfb68
@ -309,7 +309,7 @@ static int fic_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tsize)
|
if (!tsize || !AV_RL16(src + 37) || !AV_RL16(src + 39))
|
||||||
skip_cursor = 1;
|
skip_cursor = 1;
|
||||||
|
|
||||||
if (!skip_cursor && tsize < 32) {
|
if (!skip_cursor && tsize < 32) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user