A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via ffe383c27bdeb017226a41682f4013d7ca3dd344 (commit) via 63312f109f4ca677979b62d34f30edbf68395a18 (commit) from 3d5e7ef0d236cec04096d0805c6bbfe6ff637d52 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ffe383c27bdeb017226a41682f4013d7ca3dd344 Author: Stef Walter stefw@redhat.com Date: Fri May 3 09:20:14 2013 +0200
ITS#7583 Fix ldap_init_fd() for LDAP_PROTO_UDP
ldap_init_fd() tried to handle UDP sockets but was missing certain key pieces to make it work. Fill in the address and set the UDP flag correctly.
commit 63312f109f4ca677979b62d34f30edbf68395a18 Author: Howard Chu hyc@openldap.org Date: Thu May 23 12:36:15 2013 -0700
ITS#7582 CLDAP, avoid ref to uninit'd memory
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/open.c | 12 ++++++++++++ libraries/libldap/request.c | 3 +++ 2 files changed, 15 insertions(+), 0 deletions(-)