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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
9 ↗ | (On Diff #127970) | Please add failure mode tests. |
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
9 ↗ | (On Diff #127970) | 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. |
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
9 ↗ | (On Diff #127970) | right. |