Main Content
CWE Rule 674
Description
Rule Definition
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
Polyspace Implementation
This rule checker checks for recursive functions that do not update their parameters.
Examples
Check Information
Category: Others |
Version History
Introduced in R2024a