Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Issue 1291603002: Add check for executable stack/heap when rating Linux exploitability. (Closed)

Created:
5 years, 4 months ago by liuandrew
Modified:
5 years, 4 months ago
Reviewers:
ahonig, ivanpe
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

Add check for executable stack/heap when rating Linux exploitability. This CL also consequentially adds a public method to get the number of mappings in a Linux minidump. R=ivanpe@chromium.org Committed: https://code.google.com/p/google-breakpad/source/detail?r=1488

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -3 lines) Patch
M src/google_breakpad/processor/minidump.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/processor/exploitability_linux.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M src/processor/exploitability_linux.cc View 1 2 2 chunks +20 lines, -1 line 0 comments Download
M src/processor/exploitability_unittest.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A src/processor/testdata/linux_executable_heap.dmp View 1 Binary file 0 comments Download
A src/processor/testdata/linux_executable_heap.dmp View 1 2 Binary file 0 comments Download
A src/processor/testdata/linux_executable_stack.dmp View 1 Binary file 0 comments Download
A src/processor/testdata/linux_executable_stack.dmp View 1 2 Binary file 0 comments Download

Messages

Total messages: 6 (1 generated)
liuandrew
5 years, 4 months ago (2015-08-12 00:09:03 UTC) #2
ivanpe
https://codereview.chromium.org/1291603002/diff/1/src/google_breakpad/processor/minidump.h File src/google_breakpad/processor/minidump.h (right): https://codereview.chromium.org/1291603002/diff/1/src/google_breakpad/processor/minidump.h#newcode918 src/google_breakpad/processor/minidump.h:918: unsigned int mapping_count() const { return valid_ ? maps_count_ ...
5 years, 4 months ago (2015-08-12 00:26:24 UTC) #3
liuandrew
Uploaded patch set 2. Changes include: - unittests - other miscellanous changes https://codereview.chromium.org/1291603002/diff/1/src/google_breakpad/processor/minidump.h File src/google_breakpad/processor/minidump.h ...
5 years, 4 months ago (2015-08-14 22:43:36 UTC) #4
ivanpe
lgtm
5 years, 4 months ago (2015-08-14 23:11:46 UTC) #5
liuandrew
5 years, 4 months ago (2015-08-15 00:37:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r1488 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698