mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
c3e65d9069
As context is a pointer to a berval struct and bv_len is of type ber_len_t [1] which it self is defined as an unsigned integer [2] this condition is always true. [1] https://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=include/lber.h#l212 [2] https://www.openldap.org/software//man.cgi?query=ber_free&sektion=3&apropos=0&manpath=OpenLDAP+2.4-Release