Skip to content

Commit

Permalink
[codec,nsc] length checks in nsc_rle_decompress_data
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Apr 26, 2024
1 parent 5f0b763 commit 6466bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfreerdp/codec/nsc.c
Expand Up @@ -230,6 +230,7 @@ static BOOL nsc_rle_decompress_data(NSC_CONTEXT* context)
}

rle += planeSize;
rleSize -= planeSize;
}

return TRUE;
Expand Down

0 comments on commit 6466bec

Please sign in to comment.