Statements (13)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-23
|
gptkbp:category |
Incorrect Calculation
|
gptkbp:difficulty |
gptkb:tank
|
gptkbp:example |
Calling a function that expects two parameters with only one.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-888
|
gptkbp:impact |
Can lead to unexpected behavior or crashes.
|
gptkbp:is_described_as |
The software does not check that the number of arguments passed to a function call is correct.
|
gptkbp:is_protected_by |
Validate the number of arguments before calling a function.
|
gptkbp:name |
Function Call with Incorrect Number of Arguments
|
gptkbp:related_to |
gptkb:CWE-703
CWE-704 |