On Wed Mar 26 15:30:07 2025 +0000, Elizabeth Figura wrote:
So the idea would be to completely drop `server: Allow for deletion of
socket files.`.
The issue is that `open_fd` from `server/fd.c` will fail to open/get a
file descriptor when `DeleteFileW` from `dlls/kernelbase/file.c` calls `NtCreateFile`. That will leak socket files; we don't want that either.
The idea is to drop the commit `server: Allow for deletion of socket files.` to redo it from scratch and fix file deletion.
My idea is for the new commit for AF_UNIX file deletion commit.