We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4202759 commit 8aac5b3Copy full SHA for 8aac5b3
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-703/semmle/tests/FindIncorrectlyUsedExceptions.expected
@@ -1,2 +1,3 @@
1
-| test.cpp:23:3:23:11 | call to funcTest1 | There is an exception in the function that requires your attention. |
2
-| test.cpp:24:3:24:9 | call to DllMain | DllMain contains exeption no wrapped to try..catch blocks. |
+| test.cpp:35:3:35:33 | call to runtime_error | This object does not generate an exception. |
+| test.cpp:41:3:41:11 | call to funcTest1 | There is an exception in the function that requires your attention. |
3
+| test.cpp:42:3:42:9 | call to DllMain | DllMain contains an exeption not wrapped in a try..catch block. |
0 commit comments