On Wed Jul 12 18:13:28 2023 +0000, Zebediah Figura wrote:
I'm not particularly sure about patch 4/7 (opening and deleting Unix sockets as files), but the socket parts of this look good to me now.
I do agree that the file deletion code is a bit hacky, but a lot of the file handling code in wineserver depends on having a valid file descriptor, and we can't `open()` the socket file. This was the simplest way I could find to make socket file deletion work.