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 9af4d56 commit ebdda88Copy full SHA for ebdda88
cpp/ql/test/query-tests/Critical/OverflowStatic/test.cpp
@@ -52,7 +52,7 @@ void f3() {
52
char buffer[5];
53
for (i=0; i<10; i++) {
54
if (i < 5) {
55
- buffer[i] = 0; // GOOD [FALSE POSITIVE]
+ buffer[i] = 0; // GOOD
56
}
57
58
0 commit comments