[PATCH] D97646: [ASan][RISCV] Fix RISC-V memory mapping

Jun Sha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 18:25:08 PDT 2023


joshua-arch1 added a comment.
Herald added subscribers: jobnoorman, Enna1, pcwang-thead, eopXD, VincentWu, arichardson.
Herald added a project: All.

I'm just wondering how to get the shadow offset 0x0d55550000 from 0x1555550000. 0x1555550000 can be calculated according to PAGE_ALIGN(TASK_SIZE / 3). What about 0x0d555550000?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97646/new/

https://reviews.llvm.org/D97646



More information about the llvm-commits mailing list