Chromium Code Reviews| Index: src/processor/exploitability_linux.h |
| =================================================================== |
| --- src/processor/exploitability_linux.h (revision 1462) |
| +++ src/processor/exploitability_linux.h (working copy) |
| @@ -48,6 +48,9 @@ |
| ProcessState *process_state); |
| virtual ExploitabilityRating CheckPlatformExploitability(); |
| + |
| + private: |
| + bool InstructionPointerInCode(uint64_t instruction_ptr, uint64_t stack_ptr); |
|
ivanpe
2015/06/24 19:14:06
Please, add a description. Describe input paramet
liuandrew
2015/06/24 20:59:36
Done.
|
| }; |
| } // namespace google_breakpad |