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
Loading
Please register or sign in to comment