Home / Vulnerability Database / C or C++ : Redundant condition
C/C++

C or C++ : Redundant condition

Classification

Overview

Condition is always true. This may indicate problems in program logic.

The tested condition is always true. This may indicate, that this condition was tested earlier and program logic is flawed.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Redundant 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