Main Content
CWE Rule 590
Description
Rule Description
The product calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc().
Polyspace Implementation
The rule checker checks for Invalid free of pointer.
Examples
Check Information
Category: Others |
Version History
Introduced in R2024a