Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 20287: In windows 7 there is a new Reg call that we need to... (Closed)

Created:
11 years, 10 months ago by Nicolas Sylvain
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9762

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -8 lines) Patch
M sandbox/src/nt_internals.h View 1 chunk +6 lines, -0 lines 0 comments Download
M sandbox/src/registry_dispatcher.cc View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M sandbox/src/registry_interception.h View 1 chunk +6 lines, -0 lines 0 comments Download
M sandbox/src/registry_interception.cc View 1 2 3 4 5 6 2 chunks +29 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Nicolas Sylvain
11 years, 10 months ago (2009-02-12 00:11:01 UTC) #1
Peter Kasting
http://codereview.chromium.org/20287/diff/21/1038 File sandbox/src/registry_interception.cc (right): http://codereview.chromium.org/20287/diff/21/1038#newcode164 Line 164: // zero, we don't attemp to proxy the ...
11 years, 10 months ago (2009-02-12 00:14:20 UTC) #2
rvargas (doing something else)
11 years, 10 months ago (2009-02-12 01:05:01 UTC) #3
LGTM (Please add the bug number to the CL description)

Powered by Google App Engine
This is Rietveld 408576698