mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Extend function blacklist in execute fuzzer
Add pfsockopen and stream_socket_server.
This commit is contained in:
parent
0bc2657b2f
commit
05cd31ef64
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ const char HARDCODED_INI[] =
|
|||
",shell_exec,exec,system,proc_open,popen,passthru,pcntl_exec"
|
||||
",chgrp,chmod,chown,copy,file_put_contents,lchgrp,lchown,link,mkdir"
|
||||
",move_uploaded_file,rename,rmdir,symlink,tempname,touch,unlink,fopen"
|
||||
",fsockopen,stream_socket_pair,stream_socket_client"
|
||||
/* Networking code likes to wait and wait. */
|
||||
",fsockopen,pfsockopen"
|
||||
",stream_socket_pair,stream_socket_client,stream_socket_server"
|
||||
/* crypt() can be very slow. */
|
||||
",crypt"
|
||||
/* openlog() has a known memory-management issue. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue