Revert "[page_allocator] Support predictable ASLR calculation for fuzzers."
This reverts commit 0ad0d051. Reason for revert: This doesn't actually help V8, so I'm removing it for now. Original change's description: > [page_allocator] Support predictable ASLR calculation for fuzzers. > > - Adds a 'initial_seed' parameter to GetRandomPageBase, which defaults > to 0. If non-zero, generates a predictable sequence, using the value > as the initial seed. > - Adds a unit test for the predictable sequence. > > Bug: chromium:756050 > Change-Id: Iaf718baa2b7d49dc8eda7b0f97aa12b576ddca28 > Reviewed-on: https://chromium-review.googlesource.com/703509 > Commit-Queue: Bill Budge <bbudge@chromium.org> > Reviewed-by: Chris Palmer <palmer@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#509575} TBR=palmer@chromium.org,bbudge@chromium.org,haraken@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:756050 Change-Id: I0f6a3618465470e93b7981580cb547474456dda9 Reviewed-on: https://chromium-review.googlesource.com/728459 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#510170}
Showing
Please register or sign in to comment