Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a094e6f commit 623f3fbCopy full SHA for 623f3fb
1 file changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests/test.cpp
@@ -1,4 +1,5 @@
1
int scanf(const char *format, ...);
2
+int sscanf(const char *str, const char *format, ...);
3
int globalVal;
4
char * globalVala;
5
int * globalValp;
0 commit comments