DescriptionVirtualAlloc on Windows 7 does not currently provide sufficient randomization to protect JIT code from being aligned in large regions at a predictable location.
This patch manually randomizes the allocation address for PAGE_EXECUTE_READWRITE regions between kAllocationRandomAddressMin and kAllocationRandomAddressMax.
BUG=none
TEST=allocate lots of javascript code and check for contiguous allocations
Committed: http://code.google.com/p/v8/source/detail?r=5169
Patch Set 1 : '' #
Total comments: 11
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|