We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2477c3a commit 59c1ae7Copy full SHA for 59c1ae7
1 file changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-190/IfStatementAdditionOverflow/test.cpp
@@ -8,7 +8,7 @@ void test()
8
int a = getAnInt();
9
int b = getAnInt();
10
int c = getAnInt();
11
- int x = getAnInt();
+ int x = getAnInt();
12
int y = getAnInt();
13
double d = getADouble();
14
unsigned short a1 = getAnUnsignedShort();
0 commit comments