Home / Vulnerability Database / C or C++ : Potentially false assertion condition
C/C++

C or C++ : Potentially false assertion condition

Classification

OWASP Mobile Top 10 2016

Overview

assert may fail.

Condition in assert may be false. This may indicate problems in program logic.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Potentially false assertion condition 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