[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#8780) Plug a socket leak in ldap_new_connection made by unsuccessful connection attempts
- To: openldap-its@OpenLDAP.org
- Subject: (ITS#8780) Plug a socket leak in ldap_new_connection made by unsuccessful connection attempts
- From: hguo@suse.com
- Date: Thu, 30 Nov 2017 14:02:29 +0000
- Auto-submitted: auto-generated (OpenLDAP-ITS)
Full_Name: Houzuo Guo
Version: master
OS:
URL: ftp://ftp.openldap.org/incoming/houzuo-guo-171130.patch
Submission from: (NULL) (195.135.221.2)
In case that ldap connection is attempted on failed URLs prior to establishing a
successful connection, the failed connection sockets are never freed. This patch
plugs the socket descriptor leak.