[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 17:11:00 PST 2017
alekseyshl marked an inline comment as done.
alekseyshl added inline comments.
================
Comment at: test/sanitizer_common/TestCases/Linux/new_delete_test.cc:9
+// sanitizers. Sanitizer-specific failure modes tests are supposed to go to
+// the particular satizier's test suites.
+
----------------
eugenis wrote:
> Please add failure mode tests.
> Also, typo: satizier
>
ASan does have a failure test already, the rest do not have any failure modes yet, as they do not care about aligned/sized allocation mismatch.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41532
More information about the llvm-commits
mailing list