Added ctime function to white list
This commit is contained in:
committed by
Andreas Steffen
parent
10210cc6e9
commit
4002b41b92
@@ -194,6 +194,7 @@ char *whitelist[] = {
|
|||||||
"__pthread_setspecific",
|
"__pthread_setspecific",
|
||||||
/* glibc functions */
|
/* glibc functions */
|
||||||
"mktime",
|
"mktime",
|
||||||
|
"ctime",
|
||||||
"__gmtime_r",
|
"__gmtime_r",
|
||||||
"localtime_r",
|
"localtime_r",
|
||||||
"tzset",
|
"tzset",
|
||||||
|
|||||||
Reference in New Issue
Block a user