CheckMemoryLeaks: Added 'strlen' to white list

This commit is contained in:
Daniel Marjamäki 2010-01-12 22:10:59 +01:00
parent fd5e3e63b8
commit 0638bc2112
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static const char * const call_func_white_list[] =
, "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"
, "strcat", "strchr", "strcmp", "strcpy", "stricmp", "strlen", "strncat", "strncmp"
, "strncpy", "strrchr", "strstr", "strtod", "strtol", "strtoul", "switch"
, "sync_file_range", "telldir", "typeid", "while", "write", "writev"
};