This page is experimental and may change significantly in future releases.
Return Inside Finally Block
Properties
id: d3f:CWE-584
- name
- Return Inside Finally Block
- definition
- The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.
Neighbors
CWE-584 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-584 has no related weaknesses in this release.