Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd3a098

Browse files
authored
Disable error handler in fuzzer (#19183)
These are all the same root cause and it's known.
1 parent189b933 commitdd3a098

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)

[8]ページ先頭

©2009-2025 Movatter.jp