[PATCH] D41532: [MSan,TSan] Add aligned new/delete interceptors.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 16:49:06 PST 2017
alekseyshl created this revision.
alekseyshl added a reviewer: eugenis.
Herald added subscribers: Sanitizers, kubamracek.
Providing aligned new/delete implementations to match ASan.
Unlike ASan, MSan and TSan do not perform any additional checks
on overaligned memory, hence no sanitizer specific tests.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41532
Files:
lib/msan/msan_new_delete.cc
lib/tsan/rtl/tsan_new_delete.cc
test/sanitizer_common/TestCases/Linux/new_delete_test.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41532.127970.patch
Type: text/x-patch
Size: 10837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171222/a079ed81/attachment.bin>
More information about the llvm-commits
mailing list