[PATCH] D31555: [PPC64, Sanitizers] Proper stack frame for the thread spawned in internal_clone
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 16:14:48 PDT 2017
alekseyshl created this revision.
Herald added a subscriber: kubamracek.
Set up the proper stack frame for the thread spawned in internal_clone,
the current code does not follow ABI (and causes SEGV trying to use this
malformed frame).
https://reviews.llvm.org/D31555
Files:
lib/sanitizer_common/sanitizer_linux.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31555.93725.patch
Type: text/x-patch
Size: 4487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170331/ac8900b1/attachment.bin>
More information about the llvm-commits
mailing list