Skip to content

Commit 275b29a

Browse files
authored
Update DangerousUseOfExceptionBlocks.expected
1 parent 73de757 commit 275b29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| 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 |
2-
| test.cpp:181:3:183:3 | { ... } | perhaps a situation of uncertainty due to the repeated call of the delete function for the variable valData |
3-
| test.cpp:219:3:221:3 | { ... } | perhaps a situation of uncertainty due to the repeated call of the delete function for the variable valData |
2+
| test.cpp:181:3:183:3 | { ... } | This allocation may have been released in the try block or a previous catch block.valData |
3+
| test.cpp:219:3:221:3 | { ... } | This allocation may have been released in the try block or a previous catch block.valData |

0 commit comments

Comments
 (0)