...
CERT C Secure Coding Standard | DCL07-C. Include the appropriate type information in function declarators |
SEI CERT C++ 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 |
...