[PATCH] D41532: [MSan,TSan] Add aligned new/delete interceptors.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 17:14:07 PST 2017


eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.


================
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.
+
----------------
alekseyshl wrote:
> 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.
right.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41532





More information about the llvm-commits mailing list