The low-fat STL-like vector container will be reused in MSan.
It is needed to implement an atexit(3) interceptor on NetBSD/amd64 in MSan.
Sponsored by <The NetBSD Foundation>
Paths
| Differential D40726
Move __tsan::Vector to __sanitizer ClosedPublic Authored by krytarowski on Dec 1 2017, 7:04 AM.
Details Summary The low-fat STL-like vector container will be reused in MSan. It is needed to implement an atexit(3) interceptor on NetBSD/amd64 in MSan. Sponsored by <The NetBSD Foundation>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 4 2017, 4:27 AM
Revision Contents
Diff 125139 lib/sanitizer_common/CMakeLists.txt
lib/sanitizer_common/sanitizer_vector.h
lib/sanitizer_common/tests/CMakeLists.txt
lib/sanitizer_common/tests/sanitizer_vector_test.cc
lib/tsan/CMakeLists.txt
lib/tsan/rtl/tsan_interceptors.cc
lib/tsan/rtl/tsan_interface_ann.cc
lib/tsan/rtl/tsan_report.h
lib/tsan/rtl/tsan_report.cc
lib/tsan/rtl/tsan_rtl.h
lib/tsan/rtl/tsan_rtl.cc
lib/tsan/rtl/tsan_rtl_report.cc
lib/tsan/rtl/tsan_rtl_thread.cc
lib/tsan/tests/unit/CMakeLists.txt
|