[all-commits] [llvm/llvm-project] 91cdd7: [HWASAN] Enable memcpy, memmove and memset interce...
Kirill Stoimenov via All-commits
all-commits at lists.llvm.org
Mon Oct 30 15:01:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91cdd7d615da38a1f025646f526c2fce265a37e2
https://github.com/llvm/llvm-project/commit/91cdd7d615da38a1f025646f526c2fce265a37e2
Author: Kirill Stoimenov <87100199+kstoimenov at users.noreply.github.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
M compiler-rt/lib/hwasan/hwasan_platform_interceptors.h
M compiler-rt/test/hwasan/TestCases/bcmp.cpp
M compiler-rt/test/hwasan/TestCases/memcmp.cpp
A compiler-rt/test/hwasan/TestCases/memcpy.cpp
A compiler-rt/test/hwasan/TestCases/memmove.cpp
A compiler-rt/test/hwasan/TestCases/memset.cpp
Log Message:
-----------
[HWASAN] Enable memcpy, memmove and memset interceptors (#70387)
More information about the All-commits
mailing list