History log of /php-src/ext/ldap/tests/gh16032-2.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# cf043af8 27-Sep-2024 Gina Peter Banyard

ext/ldap: Refactor verification of modification entry


# f4c45ee3 25-Sep-2024 Gina Peter Banyard

ext/ldap: Fix GH-16032 (Various NULL pointer dereferencements in ldap_modify_batch())

We check that the "attrib" and "modtype" keys are present in each array.
If not we throw a ValueErro

ext/ldap: Fix GH-16032 (Various NULL pointer dereferencements in ldap_modify_batch())

We check that the "attrib" and "modtype" keys are present in each array.
If not we throw a ValueError, in line with what other validation failure cases do.

Closes GH-16057

show more ...