[PATCH v9 1/2] ntdll: Strip trailing slashes after looking up unix name.

Alexandre Julliard julliard at winehq.org
Thu Apr 29 11:58:53 CDT 2021


Gabriel Ivăncescu <gabrielopcode at gmail.com> writes:

> As they are useless anyway, and have inconsistencies, plus not useful
> to new code that assumes there's not any on the unix side. See:
> https://www.winehq.org/pipermail/wine-devel/2021-April/185850.html

Actually, trailing slashes are in general not allowed on NT names, we
have some todo tests about that. A single trailing slash on a directory
name is OK, and I think your code should deal with that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list