Home / Vulnerability Database / C or C++ : Function calling with invalid null argument
C/C++
C or C++ : Function calling with invalid null argument
Overview
The function is called with invalid null argument. This may lead to incorrect behavior of the application.
The function is used with arguments whose values should not be NULL, however, checking for null is not performed. Undefined behavior of the application is possible.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Function calling with invalid null argument in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
