Zebediah Figura z.figura12@gmail.com writes:
From: Michael Müller michael@fds-team.de
Based on a patch by Valentyn Pavliuchenko.
Fixes bug 28995.
Signed-off-by: Zebediah Figura z.figura12@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.