OpenLDAP 2.4.24 Engineering
Fixed liblber to not close invalid sockets (ITS#6585)
+ Fixed ldapsearch segfault with deref (ITS#6638)
Fixed slapd acl parsing overflow (ITS#6611)
Fixed slapd modify to return actual error (ITS#6581)
Fixed slapd-bdb entry cache delete failure (ITS#6577)
exit( EXIT_FAILURE );
}
for ( ispecs = 0; specs[ ispecs ] != NULL; ispecs++ )
- /* count'em */
+ /* count'em */ ;
ds = ldap_memcalloc( ispecs + 1, sizeof( LDAPDerefSpec ) );
if ( ds == NULL ) {
if ( derefval.bv_val != NULL ) {
ldap_memfree( derefval.bv_val );
}
+ if ( def_urlpre != NULL ) {
+ ber_memfree( def_urlpre );
+ }
if ( c ) {
for ( ; save_nctrls-- > 0; ) {