On Linux, Unix-domain sockets with a path of length 108 don't get a terminator within `sun_path`: https://man7.org/linux/man-pages/man7/unix.7.html#BUGS Rustix currently panics on such paths: https://github.com/bytecodealliance/rustix/pull/1004#discussion_r1947915868
On Linux, Unix-domain sockets with a path of length 108 don't get a terminator within
sun_path:https://man7.org/linux/man-pages/man7/unix.7.html#BUGS
Rustix currently panics on such paths:
#1004 (comment)