before:
00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00
now:
0x2f60d213ac10[0x7f60d213ac10] 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00
Details
Details
- Reviewers
eugenis kda - Commits
- rGef85ea9a4fbd: [msan] Print both shadow and user address
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
You know that you can also use msan_print_shadow, which is better in every way? :)
Also, do you mind updating msan_print_shadow to show the memory address, in addition to the shadow address, in the header?