1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/openldap24-server
Xin LI 2c8388d913 inet_ntoa is not thread-safe as it uses a static store, which may
result in a race condition, where for instance an IP based ACL
might result in a denial decision.

Fix this by changing these inet_ntoa's to inet_ntop with on-stack
store.

Reported by:	Damian Hazen <dhazen lbl.gov>
2011-05-02 19:22:41 +00:00
..
files inet_ntoa is not thread-safe as it uses a static store, which may 2011-05-02 19:22:41 +00:00
distinfo Update to 2.4.25. 2011-03-28 08:34:39 +00:00
Makefile inet_ntoa is not thread-safe as it uses a static store, which may 2011-05-02 19:22:41 +00:00
pkg-descr
pkg-descr.client
pkg-plist
pkg-plist.client