Skip to content

Commit 2d1924a

Browse files
authored
Update test.cpp
1 parent cf689b8 commit 2d1924a

File tree

1 file changed

+4
-4
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-783/semmle/tests

1 file changed

+4
-4
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-783/semmle/tests/test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
void testFunction()
1+
void testFunction(int i1, int i2, int i3, bool b1, bool b2, bool b3, char c1)
22
{
3-
int i1,i2,i3;
4-
bool b1,b2,b3;
5-
char c1;
3+
4+
5+
66

77
if(b1||b2&&b3) //BAD
88
return;

0 commit comments

Comments
 (0)