mirror of https://github.com/FreeRDP/FreeRDP
[codec,nsc] length checks in nsc_rle_decompress_data
This commit is contained in:
parent
d5f8b337c4
commit
ef83633c01
|
@ -230,6 +230,7 @@ static BOOL nsc_rle_decompress_data(NSC_CONTEXT* context)
|
|||
}
|
||||
|
||||
rle += planeSize;
|
||||
rleSize -= planeSize;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in New Issue