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

Issue 1337133002: win: Fix OpenProcess(PROCESS_ALL_ACCESS, ...) on XP (Closed)

Created:
5 years, 3 months ago by scottmg
Modified:
5 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: Fix OpenProcess(PROCESS_ALL_ACCESS, ...) on XP PROCESS_ALL_ACCESS was changed in later SDKs and the newer value fails when run on XP with ERROR_ACCESS_DENIED. Use the old value to maintain compatibility with XP. R=mark@chromium.org BUG=crashpad:50 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/3a886267aaf055db86030723cb568acb88915190

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 4

Patch Set 5 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M tools/generate_dump.cc View 2 chunks +2 lines, -1 line 0 comments Download
M util/util.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M util/win/exception_handler_server.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A util/win/xp_compat.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 4 (0 generated)
scottmg
5 years, 3 months ago (2015-09-11 19:13:09 UTC) #1
Mark Mentovai
LGTM https://codereview.chromium.org/1337133002/diff/60001/util/win/xp_compat.h File util/win/xp_compat.h (right): https://codereview.chromium.org/1337133002/diff/60001/util/win/xp_compat.h#newcode22 util/win/xp_compat.h:22: //! \brief This is the XP-suitable value of ...
5 years, 3 months ago (2015-09-11 20:03:27 UTC) #2
scottmg
https://codereview.chromium.org/1337133002/diff/60001/util/win/xp_compat.h File util/win/xp_compat.h (right): https://codereview.chromium.org/1337133002/diff/60001/util/win/xp_compat.h#newcode22 util/win/xp_compat.h:22: //! \brief This is the XP-suitable value of PROCESS_ALL_ACCESS. ...
5 years, 3 months ago (2015-09-11 20:14:29 UTC) #3
scottmg
5 years, 3 months ago (2015-09-11 20:16:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
3a886267aaf055db86030723cb568acb88915190 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698