"Lei Zhang" thestig@google.com writes:
I saw the following in a +file trace a user sent me:
trace:file:FindNextFileW returning L"" (L"")
I tried fixing FindNextFileW(), but that patch didn't get accepted. I'm guessing we should fix the problem in NtQueryDirectoryFile() so nobody who call it will get back an empty file name.
This should never happen. You should figure out where the empty name comes from and fix the caller.