Skip to content

Commit ebdda88

Browse files
committed
C++: Update test annotation for OverflowStatic
1 parent 9af4d56 commit ebdda88

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/query-tests/Critical/OverflowStatic

1 file changed

+1
-1
lines changed

cpp/ql/test/query-tests/Critical/OverflowStatic/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void f3() {
5252
char buffer[5];
5353
for (i=0; i<10; i++) {
5454
if (i < 5) {
55-
buffer[i] = 0; // GOOD [FALSE POSITIVE]
55+
buffer[i] = 0; // GOOD
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)