`uv_pipe_chmod` fails on GNU/Hurd because `getsockname` returns an empty string, which causes lua-luv unit tests fail. See details and fix in the commit message of the patch.
Upstream patch: https://github.com/libuv/libuv/pull/4748 Yuqian Yang (1): unix: uv_pipe_chmod fallback to use pipe_fname. src/unix/pipe.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- Yuqian Yang <crup...@crupest.life>