]> git.sur5r.net Git - openldap/commit
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
authorFrederik Deweerdt <frederik.deweerdt@gmail.com>
Fri, 11 May 2012 21:05:21 +0000 (14:05 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 30 May 2012 20:26:48 +0000 (13:26 -0700)
commita4f0fc9941adcdab8a414eef05fecfa561097d8e
treebb1c55202632e52fe2a1653ab99cd106a3cadf43
parentdea1847074de1434c00d6898412c0e4310d05d65
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.
libraries/libldap/init.c
libraries/libldap/ldap-int.h
libraries/libldap/util-int.c