server: Filter the WOW64 registry access flags before performing the access check. (try 2)

Andrew Nguyen anguyen at codeweavers.com
Mon Jan 24 07:09:41 CST 2011


SecuROM opens a registry key with a DACL set and a WOW64 access flag, 
causing the flag to be erroneously interpreted as requested access 
that was not granted by the DACL. Try 2 masks the WOW64 access flags in 
key_map_access.
---
 dlls/advapi32/tests/registry.c |  173 ++++++++++++++++++++++++++++++++++++++++
 server/registry.c              |    3 +-
 2 files changed, 175 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Filter-the-WoW64-registry-access-flags-before-p.txt
Type: text/x-patch
Size: 10046 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110124/f72a4ddd/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110124/f72a4ddd/attachment-0001.pgp>


More information about the wine-patches mailing list