Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CERT C++ Secure Coding StandardEXP37-CPP. Call variadic functions with the arguments intended by the API
ISO/IEC TR 24772Subprogram signature mismatch [OTR]
ISO/IEC TS 17961 (Draft)Calling functions with incorrect arguments [argcomp]
MISRA-CRule 16.6 (required): The number of arguments passed to a function shall match the number of parameters
MITRE CWECWE-628, Function call with incorrectly specified arguments

...