Update DangerousUseOfExceptionBlocks.expected

This commit is contained in:
ihsinme
2022-04-05 22:48:11 +03:00
committed by GitHub
parent 73de757f39
commit 275b29a288

View File

@@ -1,3 +1,3 @@
| test.cpp:63:3:71:3 | { ... } | it is possible to dereference a pointer when accessing a buffer, since it is possible to throw an exception before the memory for the bufMyData is allocated |
| test.cpp:181:3:183:3 | { ... } | perhaps a situation of uncertainty due to the repeated call of the delete function for the variable valData |
| test.cpp:219:3:221:3 | { ... } | perhaps a situation of uncertainty due to the repeated call of the delete function for the variable valData |
| test.cpp:181:3:183:3 | { ... } | This allocation may have been released in the try block or a previous catch block.valData |
| test.cpp:219:3:221:3 | { ... } | This allocation may have been released in the try block or a previous catch block.valData |