summaryrefslogtreecommitdiff
path: root/src/sp_crypt.c
diff options
context:
space:
mode:
authorjvoisin2026-04-24 12:15:45 +0200
committerjvoisin2026-04-24 12:15:45 +0200
commit138e97baf135fb0ae765d8899f564d6b10211830 (patch)
tree70e79e4f0eb4f8d98ac563a4dee6ec15cda51f57 /src/sp_crypt.c
parent314b10154495b91eca684124275407b8186bb762 (diff)
Fix a possible null-deref in sp_stream_wrapper_register
`protocol_name` can be NULL if `zend_parse_parameters_ex` fails (it uses `ZEND_PARSE_PARAMS_QUIET`), but it was then unconditionally passed to `strcasecmp`.
Diffstat (limited to 'src/sp_crypt.c')
0 files changed, 0 insertions, 0 deletions