On Sat Nov 30 11:57:23 2024 +0000, Jinoh Kang wrote:
Like, wine (regardless of this patch) is doing `free( name );` and then early return. That doesn't *look* right to me. I feel like we're still supposed to do the following checks (e.g., permissions check, get_inode check, etc) even if src and dest are the same file. But the current tests are too lacking to verify if what I'm claiming is true.
Actually I can fix this in a separate MR. Let's mark this resolved for now.