[all-commits] [llvm/llvm-project] 3ab367: [hwasan] RunMallocHooks with orig_size
Northbadge via All-commits
all-commits at lists.llvm.org
Wed May 31 11:20:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab36712da6e43588dc15c8672949fa12fe5f74f
https://github.com/llvm/llvm-project/commit/3ab36712da6e43588dc15c8672949fa12fe5f74f
Author: Jin Xin Ng <njx at google.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocator.cpp
M compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cpp
M compiler-rt/test/sanitizer_common/TestCases/malloc_hook_get_allocated_size_fast.cpp
Log Message:
-----------
[hwasan] RunMallocHooks with orig_size
This matches behaviour of asan. sanitizer_common/TestCases/malloc_hook.cpp
should've caught this- but hwasan was on XFAIL.
Differential Revision: https://reviews.llvm.org/D151580
More information about the All-commits
mailing list