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 13382 Build 13382: arc lint + arc unit
Event Timeline
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
9 | Please add failure mode tests. |
test/sanitizer_common/TestCases/Linux/new_delete_test.cc | ||
---|---|---|
9 | 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 | right. |
Please add failure mode tests.
Also, typo: satizier