[all-commits] [llvm/llvm-project] f33d51: [sanitizer] Intercept sem_open/sem_unlink
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Aug 10 01:11:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f33d51d592d60422f1e0ce6e4de12647943da93b
https://github.com/llvm/llvm-project/commit/f33d51d592d60422f1e0ce6e4de12647943da93b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
A compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
Log Message:
-----------
[sanitizer] Intercept sem_open/sem_unlink
Without interceptor implementation may call strlen on internal
buffers causing false msan errors.
Differential Revision: https://reviews.llvm.org/D107615
More information about the All-commits
mailing list