ntdll: Fix Directory Searching when VFAT_IOCTL_READDIR_BOTH returns an invalid d_reclen

Alexandre Julliard julliard at winehq.org
Wed Mar 8 08:36:59 CST 2006


Robert Shearman <rob at codeweavers.com> writes:

> No, the file it is searching for exists, but doesn't seem to be
> returned by the ioctl for some reason. It is likely a x86-64 kernel
> bug, but we should still fix in our code IMHO.

Yes, but falling through to readdir when we reach the end of the
directory is not correct behavior, it will cause every directory to be
searched twice. This needs more investigation.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list