On Tue Apr 8 17:12:58 2025 +0000, Elizabeth Figura wrote:
Yes, someone needs to come up with better a solution to the file deletion problem. I don't think this series is going to be accepted without one.
The following change was added at https://gitlab.winehq.org/wine/wine/-/merge_requests/7650/diffs?commit_id=4f... to fix this issue:
``` /* st was set from the file name if the file could not be opened */ if (fd->unix_fd != -1) fstat( fd->unix_fd, &st ); ``` Anything else to fix ?