[PATCH 1/1] kernel32: Add support for security access parameters for named pipes.

Erich E. Hoover erich.e.hoover at gmail.com
Wed Feb 5 09:47:53 CST 2014


CreateNamedPipe uses dwOpenMode for two purposes: create access and
share options.  This patch adds support for setting the create access
options ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa365150%28v=vs.85%29.aspx
).  The absence of these options did not used to cause a problem since
SetSecurityInfo did not actually do anything, but once this function
was implemented it caused problems for pipes created in this way by
the Gamefly Client (Bug #34098).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Add-support-for-security-access-parameters-.patch
Type: text/x-diff
Size: 3034 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140205/cdd203b5/attachment.patch>


More information about the wine-patches mailing list