[Lldb-commits] [PATCH] D67230: Remove call to obsolete gethostbyname, using getaddrinfo
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 6 01:46:46 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Sounds like a good idea, particularly as gethostbyname is not thread safe. It seems getaddrinfo is already used in lldb, so it should be supported by all OSs that we care about.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67230/new/
https://reviews.llvm.org/D67230
More information about the lldb-commits
mailing list