...
CERT C++ Secure Coding Standard | 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 (Draft) | 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 |
...
[CVE] | CVE-2006-1174 |
[ISO/IEC 9899:2011] | Section Subclause 6.3.2.3, "Pointers" |
[Spinellis 2006] | Section 2.6.1, "Incorrect Routine or Arguments" |
...