mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
C++: Fix test annotation.
This commit is contained in:
@@ -625,7 +625,7 @@ void test25(char* source) {
|
||||
s.home = source;
|
||||
|
||||
char buf[100];
|
||||
strcpy(buf, s.home); // BAD [NOT DETECTED]
|
||||
strcpy(buf, s.home); // BAD
|
||||
}
|
||||
|
||||
int tests_main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user