Skip to content

Commit

Permalink
C++: Fix CWE-022
Browse files Browse the repository at this point in the history
  • Loading branch information
calumgrant committed Oct 18, 2024
1 parent 0fcabc4 commit c5a082f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...);

0 comments on commit c5a082f

Please sign in to comment.