mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[codec,nsc] length checks in nsc_rle_decompress_data
This commit is contained in:
@@ -230,6 +230,7 @@ static BOOL nsc_rle_decompress_data(NSC_CONTEXT* context)
|
||||
}
|
||||
|
||||
rle += planeSize;
|
||||
rleSize -= planeSize;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user