This matches behaviour of asan. sanitizer_common/TestCases/malloc_hook.cpp
should've caught this- but hwasan was on XFAIL.
Details
Details
- Reviewers
vitalybuka - Commits
- rG3ab36712da6e: [hwasan] RunMallocHooks with orig_size
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm not sure whether to leave the XFAIL in- hwasan is unsupported on buildbots and my system.
Comment Actions
Could you add check into corresponding sanitizer_common tests to make sure this case is covered?
Comment Actions
not needed if this is XFAIL already
However make sure to run check-sanitizer, I assume you will have to remove XFAIL in this patch
Comment Actions
Removed XFAIL from tests. Didn't build with lld previously so hwasan tests were unsupported