Fixed #905 (memory leak not detected when using puts)

This commit is contained in:
Daniel Marjamäki 2009-11-07 07:21:39 +01:00
parent d6465de48f
commit 2a6cde4369
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static const char * const call_func_white_list[] =
, "fseeko", "fsetpos", "fstat", "fsync", "ftell", "ftello", "ftruncate"
, "fwrite", "getc", "if", "ioctl", "lockf", "lseek", "memchr", "memcpy"
, "memmove", "memset", "posix_fadvise", "posix_fallocate", "pread"
, "printf", "pwrite", "read", "readahead", "readdir", "readdir_r", "readv"
, "printf", "puts", "pwrite", "read", "readahead", "readdir", "readdir_r", "readv"
, "realloc", "return", "rewind", "rewinddir", "scandir", "seekdir"
, "setbuf", "setbuffer", "setlinebuf", "setvbuf", "snprintf", "sprintf", "strcasecmp"
, "strcat", "strchr", "strcmp", "strcpy", "stricmp", "strncat", "strncmp"