diff options
author | Liu.andrew.x@gmail.com <Liu.andrew.x@gmail.com> | 2015-07-27 18:04:54 +0000 |
---|---|---|
committer | Liu.andrew.x@gmail.com <Liu.andrew.x@gmail.com> | 2015-07-27 18:04:54 +0000 |
commit | 4959c18e988d8c804b5a523ac0b5018fc8c79f0c (patch) | |
tree | f23c08b67a7838483d35c8dde7a2cfb068de6796 | |
parent | add aarch64 support to minidump-2-core (diff) | |
download | breakpad-4959c18e988d8c804b5a523ac0b5018fc8c79f0c.tar.xz |
Fix incorrect comment.
The exploitability rating for a dump is EXPLOITABILITY_NOT_ANALYZED if the
exploitability engine in not enabled, not EXPLOITABILITY_NONE.
R=ivanpe@chromium.org
Review URL: https://codereview.chromium.org/1254333002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1475 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r-- | src/google_breakpad/processor/process_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google_breakpad/processor/process_state.h b/src/google_breakpad/processor/process_state.h index ac3b6039..728656f2 100644 --- a/src/google_breakpad/processor/process_state.h +++ b/src/google_breakpad/processor/process_state.h @@ -180,7 +180,7 @@ class ProcessState { // The exploitability rating as determined by the exploitability // engine. When the exploitability engine is not enabled this - // defaults to EXPLOITABILITY_NONE. + // defaults to EXPLOITABILITY_NOT_ANALYZED. ExploitabilityRating exploitability_; }; |