DescriptionChecking location of the instruction pointer to see if it is
in valid code for Linux exploitability rating.
This CL adds to the Linux exploitability checker by verifying that the
instruction pointer is in valid code. Verification is done by obtaining a
memory mapping of the crash and checking if the instruction pointer lies in
an executable region. If there is no memory mapping, the instruction pointer
is checked to determine if it lies within a known module.
R=ivanpe@chromium.org
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1464
Patch Set 1 #
Total comments: 8
Patch Set 2 : Checking location of the instruction pointer to see if it is #
Total comments: 6
Messages
Total messages: 12 (4 generated)
|