summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_function_named_args_skip_pos.phpt
diff options
context:
space:
mode:
authorjvoisin2025-08-17 16:13:51 +0200
committerjvoisin2025-08-17 16:13:51 +0200
commitc25c8a1f25bf5ed40fbbd8642d72865dd68d054d (patch)
treeee9a75ec7515388f1f0f0f0b85e1f235f3497952 /src/tests/disable_function/disabled_function_named_args_skip_pos.phpt
parent5b89706890257dff305b6cafea7ef84a0dd173eb (diff)
Fix a NULL-ptr deref
``` Program terminated with signal SIGSEGV, Segmentation fault. 20 if (!(func->common.function_name)) { (gdb) info locals func = 0x0 function_name = 0xffb25f6d0190 "SearchByCallback" complete_path_function = 0xffb26c8a0570 "\240\005\212l\262\377" ``` It seems that in some callback shenanigans, there is currently no non-NULL `func` member in execute_data. PHP truly is marvelous. This should close #515
Diffstat (limited to 'src/tests/disable_function/disabled_function_named_args_skip_pos.phpt')
0 files changed, 0 insertions, 0 deletions