Skip to content

Commit dd3a098

Browse files
authored
Disable error handler in fuzzer (#19183)
These are all the same root cause and it's known.
1 parent 189b933 commit dd3a098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fuzzer/fuzzer-sapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static const char HARDCODED_INI[] =
4545
"allow_url_include=0\n"
4646
"allow_url_fopen=0\n"
4747
"open_basedir=/tmp\n"
48-
"disable_functions=dl,mail,mb_send_mail"
48+
"disable_functions=dl,mail,mb_send_mail,set_error_handler"
4949
",shell_exec,exec,system,proc_open,popen,passthru,pcntl_exec"
5050
",chdir,chgrp,chmod,chown,copy,file_put_contents,lchgrp,lchown,link,mkdir"
5151
",move_uploaded_file,rename,rmdir,symlink,tempname,touch,unlink,fopen"

0 commit comments

Comments
 (0)