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
- rCRT Compiler Runtime
- Build Status
Buildable 13393 Build 13393: arc lint + arc unit
Event Timeline
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
10 | Please add failure mode tests. |
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
10 | 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 | ||
---|---|---|
10 | right. |
Please add failure mode tests.
Also, typo: satizier