[PATCH 1/2] advapi32: Support registry objects in GetNamedSecurityInfo (try 3).

Erich E. Hoover ehoover at mymail.mines.edu
Mon Feb 4 07:11:13 CST 2013


The patches in this series fix a non-fatal page fault with the Visio
installer (Bug #32360).  I have one more patch after these that fixes
a separate issue with the Opera installer, after that
SetNamedSecurityInfo
and GetNamedSecurityInfo should be completely back to normal.

This particular patch adds support for registry objects
(SE_REGISTRY_KEY) in GetNamedSecurityInfo by using RegOpenKeyW and
RegCloseKey to create (and close) a handle for use by GetSecurityInfo.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-advapi32-Support-registry-objects-in-GetNamedSecurit.patch
Type: application/octet-stream
Size: 2958 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130204/e8ee232f/attachment.obj>


More information about the wine-patches mailing list