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,12 @@ | 
| ProcessState *process_state); | 
| virtual ExploitabilityRating CheckPlatformExploitability(); | 
| + | 
| + private: | 
| + // checks if the instruction pointer lies in a valid instruction region | 
| 
 
ivanpe
2015/06/25 20:58:39
Please, start sentences with capital letters and f
 
 | 
| + // this method takes the address of the instruction pointer and returns | 
| + // whether the address is a valid instruction region | 
| + bool InstructionPointerInCode(uint64_t instruction_ptr); | 
| }; | 
| } // namespace google_breakpad |