CWE-584: Return Inside Finally Block
The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.
0 tracked CVEs are classified under this weakness.
The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.
0 tracked CVEs are classified under this weakness.