Also move existing readlink msan interceptor to sanitizer_common.
Fixes google/sanitizers#908
Paths
| Differential D42630
Add interceptors for readlinkat, name_to_handle_at, open_by_handle_at ClosedPublic Authored by oliverchang on Jan 28 2018, 6:46 PM.
Details Summary Also move existing readlink msan interceptor to sanitizer_common. Fixes google/sanitizers#908
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, llvm-commits, delcypher, kubamracek. · View Herald TranscriptJan 28 2018, 6:46 PM krytarowski added inline comments.
Comment Actions LGTM if you add sanitizer_common/ tests
oliverchang marked an inline comment as done. Comment Actionssanitizer_common tests, address comments oliverchang retitled this revision from Add msan interceptors for readlinkat and name_to_handle_at to Add interceptors for readlinkat, name_to_handle_at, open_by_handle_at.Jan 29 2018, 7:30 PM oliverchang added inline comments. This revision is now accepted and ready to land.Jan 29 2018, 11:50 PM
Closed by commit rL323825: [sanitizer] Add interceptors for readlinkat, name_to_handle_at… (authored by vitalybuka). · Explain WhyJan 30 2018, 2:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 131915 lib/msan/msan_interceptors.cc
lib/msan/tests/msan_test.cc
lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
lib/sanitizer_common/sanitizer_platform_limits_posix.h
test/msan/name_to_handle_at.cc
test/sanitizer_common/TestCases/Linux/name_to_handle_at.cc
test/sanitizer_common/TestCases/Linux/readlink.cc
|
Can push this interceptor to the generic code for all sanitizers?