[snip]

gethostbyaddr... actually, most of the gethostby* functions... are not
thread safe. They all use a static buffer in the library.

Therefore, with threads, if you don't take precautions, I'd expect your
results to be odd.
        -Brian


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to