3 Apr
2018
3 Apr
'18
5:11 a.m.
Zebediah Figura <z.figura12(a)gmail.com> writes:
From: Michael Müller <michael(a)fds-team.de>
Based on a patch by Valentyn Pavliuchenko.
Fixes bug 28995.
Signed-off-by: Zebediah Figura <z.figura12(a)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(a)winehq.org