...
Tool | Version | Checker | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Compass/ROSE | Can detect some violations of this rule. In particular, it ensures that all calls to | ||||||||||||
| CC2.EXP37 | Partially implemented | |||||||||||
EDG | |||||||||||||
Fortify SCA | 5.0 | ||||||||||||
GCC |
| Can detect violation of this rule when the | |||||||||||
| 41 D | Partially implemented | |||||||||||
PRQA QA-C |
| 3001 0674(C) |
| 1331,1332,1333,3002,3320,3335 | Partially implemented |
Related Vulnerabilities
...
CERT C Secure Coding Standard | DCL07-C. Include the appropriate type information in function declarators |
CERT C++ Secure Coding Standard | VOID EXP37-CPP. Call variadic functions with the arguments intended by the API |
ISO/IEC TR 24772:2013 | Subprogram Signature Mismatch [OTR] |
ISO/IEC TS 17961 | Calling functions with incorrect arguments [argcomp] |
MISRA C:2012 | Rule 8.2 (required) Rule 17.3 (mandatory) |
MITRE CWE | CWE-628, Function Call with Incorrectly Specified Arguments |
...