Home / Vulnerability Database / Delphi : Incorrect Exit call
Delphi
Delphi : Incorrect Exit call
Classification
CWE
Overview
The Exit procedure immediately terminates the current function or procedure. An unconditional call of this function may indicate an error in the program. Moreover, the code located after this procedure will never be executed, which means that there is a dead code in the application.
References
LOW
DerScanner Severity Score
Do you want to fix Delphi : Incorrect Exit call in your application?
See also
Delphi
Delphi : Incorrect Raise call
Delphi
Delphi : Empty encryption key
Delphi
