Description
The product calls a function, procedure, or routine, but the caller specifies the arguments in an incorrect order, leading to resultant weaknesses.
Potential Impact
- Other: Quality Degradation
How to Fix
Implementation
Use the function, procedure, or routine as specified.
Detection Methods
- Automated Analysis: Because this function call often produces
incorrect behavior, it will usually be detected during
testing or normal operation of the product....
- Automated Analysis: Exercising all possible control paths will
typically expose this weakness, except in rare cases when
the incorrect function call accidentally produces the
correct results, or if the ...
Related Weaknesses
References
View on MITRE CWE Database →