]> granicus.if.org Git - php/commit
Fix a NULL dereferencing crash in php-ldap
authorCôme Chilliet <mcmic@php.net>
Mon, 15 Apr 2019 08:16:29 +0000 (10:16 +0200)
committerCôme Chilliet <mcmic@php.net>
Mon, 15 Apr 2019 08:16:29 +0000 (10:16 +0200)
commitea0f26420dbfca5c90c76622ca177ffe20352cfd
tree45b63ea20913c366ffd284757fc2415efc94fd32
parent7f551c728cf6ae27f1d6df3a8aaf48b8874cdce3
Fix a NULL dereferencing crash in php-ldap

This happens when parsing a control response to a VLV request which does
 not contain a "context" string.

See bug #77869
ext/ldap/ldap.c