https://bugs.winehq.org/show_bug.cgi?id=47169
--- Comment #18 from TOM l12436@yahoo.com.tw --- Created attachment 64531 --> https://bugs.winehq.org/attachment.cgi?id=64531 stdout of lstat and fstat
I saw that lstat only test Data directory and nothing else. fstat still load the esp under the Data.
fstat log is generated by only changing lstat( fd->unix_name, &st ); to fstat( fd->unix_fd, &st );
current code { fstat( fd->unix_fd, &st ); fprintf(stderr, "'%s' '%s' %m\n", name, fd->unix_name); }