Home / Vulnerability Database / Delphi : Incorrect Raise call
Delphi

Delphi : Incorrect Raise call

Classification

Overview

The Raise keyword creates an exception object that is passed to the Delphi exception handler. Unconditional exception creation may indicate an error in the program. In addition, the code located after the exception is thrown will never be executed, which means there is dead code in the application.

LOW

DerScanner Severity Score

Do you want to fix Delphi : Incorrect Raise call in your application?

See also

Delphi

Delphi : Empty encryption key

Delphi

Delphi : Weak random number generator

Delphi

Delphi : Null encryption key