mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
C++: Fix CWE-022
This commit is contained in:
@@ -17,3 +17,4 @@ void *malloc(size_t size);
|
||||
double strtod(const char *ptr, char **endptr);
|
||||
char *getenv(const char *name);
|
||||
ssize_t read(int fd, void *buffer, size_t count);
|
||||
int snprintf(char *s, size_t n, const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user