[codec,nsc] length checks in nsc_rle_decompress_data

This commit is contained in:
akallabeth 2024-04-26 09:13:07 +02:00 committed by akallabeth
parent d5f8b337c4
commit ef83633c01
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ static BOOL nsc_rle_decompress_data(NSC_CONTEXT* context)
}
rle += planeSize;
rleSize -= planeSize;
}
return TRUE;