Our getaddrinfo() and getnameinfo() are thread-safe but
some limitation. Reported by: Marc G. Fournier <scrappy@hub.org>
This commit is contained in:
parent
39e7b60930
commit
5c4c2dbb56
@ -625,6 +625,10 @@ and documented in
|
||||
(RFC2553).
|
||||
.\"
|
||||
.Sh BUGS
|
||||
The current implementation is not thread-safe.
|
||||
Though the current implementation should be thread-safe, using
|
||||
.Fn getaddrinfo
|
||||
in conjunction with
|
||||
.Fn gethostby*
|
||||
breaks thread-safeness.
|
||||
.Pp
|
||||
The text was shamelessly copied from RFC2553.
|
||||
|
@ -301,7 +301,11 @@ and documented in
|
||||
(RFC2553).
|
||||
.\"
|
||||
.Sh BUGS
|
||||
The current implementation is not thread-safe.
|
||||
Though the current implementation should be thread-safe, using
|
||||
.Fn getnameinfo
|
||||
in conjunction with
|
||||
.Fn gethostby*
|
||||
breaks thread-safeness.
|
||||
.Pp
|
||||
The text was shamelessly copied from RFC2553.
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user