Disable error handler in fuzzer (#19183)

These are all the same root cause and it's known.
This commit is contained in:
Niels Dossche 2025-07-19 13:08:21 +02:00 committed by GitHub
parent 189b933dd4
commit dd3a098a9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ static const char HARDCODED_INI[] =
"allow_url_include=0\n"
"allow_url_fopen=0\n"
"open_basedir=/tmp\n"
"disable_functions=dl,mail,mb_send_mail"
"disable_functions=dl,mail,mb_send_mail,set_error_handler"
",shell_exec,exec,system,proc_open,popen,passthru,pcntl_exec"
",chdir,chgrp,chmod,chown,copy,file_put_contents,lchgrp,lchown,link,mkdir"
",move_uploaded_file,rename,rmdir,symlink,tempname,touch,unlink,fopen"