Issue 8727 - Potential memory leaks in ldap_send_server_request()
Summary: Potential memory leaks in ldap_send_server_request()
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-08 15:34 UTC by Howard Chu
Modified: 2019-07-24 19:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Howard Chu 2017-09-08 15:34:57 UTC
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.
Comment 1 Quanah Gibson-Mount 2018-12-20 04:28:06 UTC
changed notes
changed state Open to Release
moved from Incoming to Software Bugs
Comment 2 OpenLDAP project 2019-07-24 19:00:45 UTC
Fixed in master
Fixed in RE24 (2.4.48)
Comment 3 Quanah Gibson-Mount 2019-07-24 19:00:45 UTC
changed notes
changed state Release to Closed