diff options
| author | jvoisin | 2025-08-17 16:13:51 +0200 |
|---|---|---|
| committer | jvoisin | 2025-08-17 16:13:51 +0200 |
| commit | c25c8a1f25bf5ed40fbbd8642d72865dd68d054d (patch) | |
| tree | ee9a75ec7515388f1f0f0f0b85e1f235f3497952 /Makefile | |
| parent | 5b89706890257dff305b6cafea7ef84a0dd173eb (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 'Makefile')
0 files changed, 0 insertions, 0 deletions
