Fixed #1258 ('fscanf' missing in call_func_white_list)

This commit is contained in:
Daniel Marjamäki 2010-01-12 21:56:22 +01:00
parent 2de49129dc
commit fd5e3e63b8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static const char * const call_func_white_list[] =
{
"asprintf", "atof", "atoi", "atol", "clearerr", "delete", "fchmod", "fcntl"
, "fdatasync", "feof", "ferror", "fflush", "fgetc", "fgetpos", "fgets"
, "flock", "for", "fprintf", "fputc", "fputs", "fread", "free", "fseek"
, "flock", "for", "fprintf", "fputc", "fputs", "fread", "free", "fscanf", "fseek"
, "fseeko", "fsetpos", "fstat", "fsync", "ftell", "ftello", "ftruncate"
, "fwrite", "getc", "if", "ioctl", "lockf", "lseek", "memchr", "memcpy"
, "memmove", "memset", "posix_fadvise", "posix_fallocate", "pread"