We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcabc4 commit c5a082fCopy full SHA for c5a082f
cpp/ql/test/query-tests/Security/CWE/CWE-022/semmle/tests/stdlib.h
@@ -17,3 +17,4 @@ void *malloc(size_t size);
17
double strtod(const char *ptr, char **endptr);
18
char *getenv(const char *name);
19
ssize_t read(int fd, void *buffer, size_t count);
20
+int snprintf(char *s, size_t n, const char *format, ...);
0 commit comments