]> git.sur5r.net Git - openldap/commit
ITS#2221: getaddrinfo(3) not thread-safe on some platforms (namely
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Dec 2002 01:15:03 +0000 (01:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Dec 2002 01:15:03 +0000 (01:15 +0000)
commit9ba95dd027370ceda2f20761dbe558cbf9f54181
tree1ca4511e6ab8cc6e0a87e54d28135bf33d315ad5
parent416aeb9347609866126a71de112afdefdff829bf
ITS#2221: getaddrinfo(3) not thread-safe on some platforms (namely
due to res_() routines).  Change all res_() dependent routines to
share same mutex.
libraries/libldap/ldap-int.h
libraries/libldap/os-ip.c
libraries/libldap/util-int.c