Skip to content

Commit 623f3fb

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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)