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 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c (commit) from d0296e6e3308ce29121bbf3d42fab864cf371df9 (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 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c Author: Frederik Deweerdt frederik.deweerdt@gmail.com Date: Fri May 11 14:05:21 2012 -0700
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
Not protecting the accesses to ldap_int_hostname could lead to a double free.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/init.c | 2 ++ libraries/libldap/ldap-int.h | 1 + libraries/libldap/util-int.c | 3 +++ 3 files changed, 6 insertions(+), 0 deletions(-)