Comment #1 on issue 7611 by [email protected]: Find out what the last
parameter is in NtOpenKeyEx in Windows7
http://code.google.com/p/chromium/issues/detail?id=7611
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=9762
------------------------------------------------------------------------
r9762 | [email protected] | 2009-02-13 10:07:00 -0800 (Fri, 13 Feb
2009) | 13 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/nt_internals.h?r1=9762&r2=9761
M
http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/registry_dispatcher.cc?r1=9762&r2=9761
M
http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/registry_interception.cc?r1=9762&r2=9761
M
http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/registry_interception.h?r1=9762&r2=9761
In windows 7 there is a new Reg call that we need to
hook. NtOpenKeyEx.
I don't know what the last parameter is. I suspect it's
a reserved flag for "options". (As in RegOpenKeyEx).
I do not handle the case where this unknown flag is non-zero.
The current unit tests covers this code.
bug:7611
Review URL: http://codereview.chromium.org/20287
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---