]> 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)
committerHoward Chu <hyc@openldap.org>
Wed, 30 May 2012 12:49:53 +0000 (05:49 -0700)
commit8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c
tree819d973acfa83985597e925e53c5641572ac9dcc
parentd0296e6e3308ce29121bbf3d42fab864cf371df9
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