Skip to content

Commit 9aafbfc

Browse files
committed
C++: Fix test annotation.
1 parent cc62683 commit 9aafbfc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

cpp/ql/test/query-tests/Security/CWE/CWE-119/semmle/tests/tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ void test25(char* source) {
625625
s.home = source;
626626

627627
char buf[100];
628-
strcpy(buf, s.home); // BAD [NOT DETECTED]
628+
strcpy(buf, s.home); // BAD
629629
}
630630

631631
int tests_main(int argc, char *argv[])

0 commit comments

Comments
 (0)