Index: src/processor/exploitability_linux.h |
=================================================================== |
--- src/processor/exploitability_linux.h (revision 1466) |
+++ src/processor/exploitability_linux.h (working copy) |
@@ -53,6 +53,10 @@ |
// This method takes the address of the instruction pointer and returns |
// whether the instruction pointer lies in a valid instruction region. |
bool InstructionPointerInCode(uint64_t instruction_ptr); |
+ |
+ // This method checks the exception that triggered the creation of the |
+ // minidump and reports whether the exception suggests no exploitability. |
+ bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream); |
}; |
} // namespace google_breakpad |