Home / Vulnerability Database / Pascal : Incorrect Exit call
Pascal
Pascal : 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 Pascal : Incorrect Exit call in your application?
See also
Pascal
Pascal : Error handling: generic exception
Pascal
Pascal : Undocumented feature: special account
Pascal
