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

Issue 8115014: Add hinting to improve ASLR for macos (all allocations) and linux (newly added allocation types). (Closed)

Created:
9 years, 2 months ago by Cris Neckar
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add hinting to improve ASLR for macos (all allocations) and linux (newly added allocation types). TEST=N/A BUG=1749 Committed: http://code.google.com/p/v8/source/detail?r=9572

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -48 lines) Patch
M src/platform.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 1 7 chunks +21 lines, -35 lines 1 comment Download
M src/platform-macos.cc View 1 6 chunks +21 lines, -13 lines 1 comment Download
M src/platform-posix.cc View 1 1 chunk +27 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Cris Neckar
9 years, 2 months ago (2011-10-03 23:16:36 UTC) #1
Vyacheslav Egorov (Chromium)
http://codereview.chromium.org/8115014/diff/1/src/platform-linux.cc File src/platform-linux.cc (right): http://codereview.chromium.org/8115014/diff/1/src/platform-linux.cc#newcode459 src/platform-linux.cc:459: mmap(GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE, preferred formatting is one ...
9 years, 2 months ago (2011-10-04 09:18:33 UTC) #2
Cris Neckar
http://codereview.chromium.org/8115014/diff/1/src/platform-linux.cc File src/platform-linux.cc (right): http://codereview.chromium.org/8115014/diff/1/src/platform-linux.cc#newcode459 src/platform-linux.cc:459: mmap(GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE, On 2011/10/04 09:18:33, Vyacheslav ...
9 years, 2 months ago (2011-10-04 19:20:47 UTC) #3
Cris Neckar
Assuming this new patch is OK can you also commit it for me. Thanks! On ...
9 years, 2 months ago (2011-10-05 18:34:34 UTC) #4
Vyacheslav Egorov (Chromium)
fixed nits myself and landing. http://codereview.chromium.org/8115014/diff/9001/src/platform-linux.cc File src/platform-linux.cc (left): http://codereview.chromium.org/8115014/diff/9001/src/platform-linux.cc#oldcode106 src/platform-linux.cc:106: accidentally deleted new line ...
9 years, 2 months ago (2011-10-10 14:13:14 UTC) #5
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-10 14:13:19 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698