[all-commits] [llvm/llvm-project] 46c167: [HWASAN]Implement memcmp interceptor in HWASAN (#6...
Kirill Stoimenov via All-commits
all-commits at lists.llvm.org
Fri Sep 29 16:15:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c16716206241bc849571483de0f142e7bff3ff
https://github.com/llvm/llvm-project/commit/46c16716206241bc849571483de0f142e7bff3ff
Author: Kirill Stoimenov <87100199+kstoimenov at users.noreply.github.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
M compiler-rt/lib/hwasan/hwasan_platform_interceptors.h
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
A compiler-rt/test/hwasan/TestCases/memcmp.cpp
Log Message:
-----------
[HWASAN]Implement memcmp interceptor in HWASAN (#67204)
The plan is to fix memcmp interceptor in HWASAN and remove the
unsupported statement at that time.
---------
Co-authored-by: Vitaly Buka <vitalybuka at gmail.com>
More information about the All-commits
mailing list