...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
EXP58-CPP | Medium | Unlikely | Medium | P4 | L3 |
Automated Detection
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Clang |
| -Wvarargs | Does not catch all instances of this rule, such as the second noncompliant code example |
...
[ISO/IEC 9899:2011] | 7.16.1.4, "The va_start macro Macro" |
[ISO/IEC 14882-2014] | 18.10, "Other Runtime Support" |
...