Skip to content

Commit a2836dc

Browse files
authored
Update test.cpp
1 parent 945cdef commit a2836dc

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-369/semmle/tests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void badTestf13(int type) {
262262
if (is < 5)
263263
badMySubDiv(type, is); // BAD
264264
if (is < 0)
265-
badMySubDiv(type, is); // BAD
265+
badMySubDiv(type, is); // BAD [NOT DETECTED]
266266
if (is > 5)
267267
badMySubDiv(type, is); // GOOD
268268
if (is == 0)

0 commit comments

Comments
 (0)