Skip to content

Commit 59c1ae7

Browse files
authored
Update test.cpp
1 parent 2477c3a commit 59c1ae7

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-190/IfStatementAdditionOverflow

1 file changed

+1
-1
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-190/IfStatementAdditionOverflow/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ void test()
88
int a = getAnInt();
99
int b = getAnInt();
1010
int c = getAnInt();
11-
int x = getAnInt();
11+
int x = getAnInt();
1212
int y = getAnInt();
1313
double d = getADouble();
1414
unsigned short a1 = getAnUnsignedShort();

0 commit comments

Comments
 (0)