Skip to content
Commit 219fc0f3 authored by Sean Callanan's avatar Sean Callanan
Browse files

Fixed a problem in the JIT memory allocator where

allocations of executable memory would not be padded
to account for the size of the allocation header.
This resulted in undersized allocations, meaning that
when the allocation was written to later the next
allocation's header would be corrupted.

llvm-svn: 161984
parent 3697143a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment