subschemaSubentry attributes could be leaked under some conditions,

plug them.
This commit is contained in:
Kurt Zeilenga 2001-10-03 18:19:07 +00:00
parent 35c38e271d
commit f704c35caf

View File

@ -965,6 +965,7 @@ send_search_entry(
ber_free( ber, 1 );
send_ldap_result( conn, op, LDAP_OTHER,
NULL, "encoding description error", NULL, NULL );
attrs_free( aa );
goto error_return;
}
@ -1000,6 +1001,7 @@ send_search_entry(
ber_free( ber, 1 );
send_ldap_result( conn, op, LDAP_OTHER,
NULL, "encoding values error", NULL, NULL );
attrs_free( aa );
goto error_return;
}
}
@ -1017,6 +1019,7 @@ send_search_entry(
ber_free( ber, 1 );
send_ldap_result( conn, op, LDAP_OTHER,
NULL, "encode end error", NULL, NULL );
attrs_free( aa );
goto error_return;
}
}