Home / Vulnerability Database / C or C++ : Invalid argument
C/C++

C or C++ : Invalid argument

Classification

OWASP Mobile Top 10 2016

Overview

Some functions expect one or more of their parameters to be from a set of predefined constants. Passed value is not expected by this function. This may results to undefined behaviour of application.

References

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Invalid argument in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized