File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-561/semmle/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- | test.c:14 :3:22 :3 | switch (...) ... | Possibly erroneous label name. |
2
- | test.c:24 :3:32 :3 | switch (...) ... | Code before case will not be executed. |
3
- | test.c:36 :3:45 :3 | switch (...) ... | The range of condition values is less than the selection. |
4
- | test.c:48 :3:53 :3 | switch (...) ... | The range of condition values is wider than the choices. |
1
+ | test.c:20 :3:28 :3 | switch (...) ... | Possibly erroneous label name. |
2
+ | test.c:30 :3:38 :3 | switch (...) ... | Code before case will not be executed. |
3
+ | test.c:41 :3:50 :3 | switch (...) ... | The range of condition values is less than the selection. |
4
+ | test.c:53 :3:58 :3 | switch (...) ... | The range of condition values is wider than the choices. |
You can’t perform that action at this time.
0 commit comments