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

Issue 7464022: Re-apply: Implement mapping randomization for 64-bit Linux. (Closed)

Created:
9 years, 5 months ago by Mads Ager (chromium)
Modified:
9 years, 5 months ago
Reviewers:
fschneider, Chris Evans
CC:
v8-dev
Visibility:
Public.

Description

Re-apply: Implement mapping randomization for 64-bit Linux. - 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). - Will automatically take advantage of better entropy when V8::RandomPrivate uses it. R=fschneider@chromium.org,cevans@chromium.org BUG=v8:805 TEST= Committed: http://code.google.com/p/v8/source/detail?r=8705

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 5 months ago (2011-07-21 10:57:34 UTC) #1
fschneider
9 years, 5 months ago (2011-07-21 10:59:16 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698