[Bug 28995] Unable to use named pipes with ">" character in the name

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 8 16:18:31 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=28995

--- Comment #1 from Valentyn Pavliuchenko <valentyn.pavliuchenko at gmail.com> 2011-11-08 16:18:31 CST ---
Created attachment 37387
  --> http://bugs.winehq.org/attachment.cgi?id=37387
Don't check pipe name for illegal characters

This patch:

1. modifies kernel32 pipe test to use ">" character in the file name, so the
case of special characters in the name will be checked.

2. modifies wine_nt_to_unix_file_name() in ntdll to not check pipes for special
characters since pipes aren't usual files.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list