[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8727) Potential memory leaks in ldap_send_server_request()



Full_Name: Howard Chu
Version: 2.4
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (83.136.45.114)
Submitted by: hyc


There are two error paths don't call ber_free() as all the other ones do. One is
only in LDAP_CONNECTIONLESS code so quite rare. One occurs if
ldap_int_flush_request() fails when flushing an earlier partial write. Also
quite rare but has been seen occasionally.