[PATCH] ntdll: Allow special characters in pipe names.

Alexandre Julliard julliard at winehq.org
Tue Apr 3 05:11:22 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> From: Michael Müller <michael at fds-team.de>
>
> Based on a patch by Valentyn Pavliuchenko.
>
> Fixes bug 28995.
>
> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/kernel32/tests/pipe.c | 13 +++++++++++++
>  dlls/ntdll/directory.c     | 14 ++++++++++----
>  2 files changed, 23 insertions(+), 4 deletions(-)

There shouldn't be any need to handle pipes differently; file name
checks for all devices should be done on the server side. Probably the
existing check needs to be moved to the point where we are actually
looking at the filesystem.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list