[PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604
Ed Maste via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 20 14:36:10 PDT 2016
emaste added a comment.
As it happens on FreeBSD/i386 malloc returns a 16-byte-aligned pointer for allocations with size >= 16 so will not be affected by this issue.
https://reviews.llvm.org/D12512
More information about the cfe-commits
mailing list