Home / Vulnerability Database / Delphi : Identical expressions
Delphi
Delphi : Identical expressions
Classification
CWE
Overview
One of the following code constructions encountered:
- Identical expressions are on both sides of bitwise or logical operator;
- True and false branches are identical;
- Identical expressions are compared;
- Identical expressions on both sized of
':'conditional expression; - Condition is unnecessarily checked twice.
This may indicate an error in program logic.
LOW
DerScanner Severity Score
Do you want to fix Delphi : Identical expressions in your application?
See also
Delphi
Delphi : Incorrect Raise call
Delphi
Delphi : Empty encryption key
Delphi
