Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(140)

Unified Diff: src/google_breakpad/processor/exploitability.h

Issue 189001: Added the base exploitability module for windows. This only adds the very bas... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 14 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/google_breakpad/common/minidump_exception_win32.h ('k') | src/processor/exploitability.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/processor/exploitability.h
===================================================================
--- src/google_breakpad/processor/exploitability.h (revision 682)
+++ src/google_breakpad/processor/exploitability.h (working copy)
@@ -59,12 +59,12 @@
Exploitability(Minidump *dump,
ProcessState *process_state);
- private:
- virtual ExploitabilityRating CheckPlatformExploitability() = 0;
-
Minidump *dump_;
ProcessState *process_state_;
SystemInfo *system_info_;
+
+ private:
+ virtual ExploitabilityRating CheckPlatformExploitability() = 0;
};
} // namespace google_breakpad
« no previous file with comments | « src/google_breakpad/common/minidump_exception_win32.h ('k') | src/processor/exploitability.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted