CWE Rule 234
Description
If too few arguments are sent to a function, the function will still pop the expected number of arguments from the stack. Potentially, a variable number of arguments could be exhausted in a function as well.
Polyspace Implementation
The rule checker checks for Too many va_arg calls for current argument list.
Examples
Check Information
| Category: Others |
PQL Name: std.cwe_native.R234 |
Version History
Introduced in R2026a