Common Weakness Enumeration
CWE Definition / CWE-685
CWE-685: Function Call With Incorrect Number of Arguments
The product calls a function, procedure, or routine, but the caller specifies too many arguments, or too few arguments, which may lead to undefined behavior and resultant weaknesses.
Published:11 Apr 2008
Organization:MITRE
Modified:29 Jun 2023
Related Weakness
CWE-628: Function Call with Incorrectly Specified Arguments
