Home / Vulnerability Database / Pascal : Incorrect Raise call
Pascal
Pascal : Incorrect Raise call
Classification
CWE
Overview
The Raise keyword creates an exception object that is passed to the Pascal 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.
References
LOW
DerScanner Severity Score
Do you want to fix Pascal : Incorrect Raise call in your application?
See also
Pascal
Pascal : Error handling: generic exception
Pascal
Pascal : Undocumented feature: special account
Pascal
