Main Content
CWE Rule 244
Description
Rule Description
Using realloc() to resize buffers that store sensitive information can leave the sensitive information exposed to attack, because it is not removed from memory.
Polyspace Implementation
The rule checker checks for Sensitive heap memory not cleared before release.
Examples
Check Information
Category: Others |
Version History
Introduced in R2023a