Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 623f3fb

Browse files
authored
Update test.cpp
1 parent a094e6f commit 623f3fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
int scanf(const char *format, ...);
2+
int sscanf(const char *str, const char *format, ...);
23
int globalVal;
34
char * globalVala;
45
int * globalValp;

0 commit comments

Comments
 (0)