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 4f2703e commit bf65044Copy full SHA for bf65044
1 file changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-561/semmle/tests/test.c
@@ -1,6 +1,6 @@
1
-void testFunction()
+void testFunction(char c1)
2
{
3
- char c1;
+
4
5
switch(c1){ // GOOD
6
case 12:
0 commit comments