[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#8727) Potential memory leaks in ldap_send_server_request()
- To: openldap-its@OpenLDAP.org
- Subject: (ITS#8727) Potential memory leaks in ldap_send_server_request()
- From: hyc@openldap.org
- Date: Fri, 08 Sep 2017 15:34:57 +0000
- Auto-submitted: auto-generated (OpenLDAP-ITS)
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.