[Lldb-commits] [lldb] [lldb] When using Socket to listen on `localhost:0` on systems supporting ting ipv4 and ipv6 the second socket to initialize will not update the listening address correctly after the call to `bind`. (PR #118565)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 4 10:18:39 PST 2024
slydiman wrote:
It seems this patch break the test `lldb-unit::HostTests/SocketTest/TCPListen0MultiListenerGetListeningConnectionURI`
https://lab.llvm.org/buildbot/#/builders/195/builds/1909
https://github.com/llvm/llvm-project/pull/118565
More information about the lldb-commits
mailing list