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

Issue 7374005: Implement mapping randomization for 64-bit Linux. Notes: (Closed)

Created:
9 years, 5 months ago by Chris Evans
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implement mapping randomization for 64-bit Linux. Notes: - 32-bit Linux already seems to scatter the mmap() chunks around; 64-bit didn't. - Seed the system random number generator a little better (we needlessly trunctaed microsecond resolution to millisecond resolution).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M src/platform-linux.cc View 3 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Chris Evans
Here's better ASLR for 64-bit Linux. It'll automatically take advantage of the better entropy when ...
9 years, 5 months ago (2011-07-14 20:38:14 UTC) #1
Chris Evans
9 years, 5 months ago (2011-07-14 21:56:49 UTC) #2
On 2011/07/14 20:38:14, Chris Evans wrote:
> Here's better ASLR for 64-bit Linux. It'll automatically take advantage of the
> better entropy when we pass that in, too.

Closing.
Superceded by http://codereview.chromium.org/7377008/

Powered by Google App Engine
This is Rietveld 408576698