[PATCH] D80599: [HWASan] Add sizeof(global) in report even if symbols missing.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 09:18:51 PDT 2020


hctim added inline comments.


================
Comment at: compiler-rt/lib/hwasan/hwasan_report.cpp:280
+
+  ElfW(Addr) load_bias = reinterpret_cast<ElfW(Addr)>(ehdr) + base_vaddr;
+
----------------
This is wrong. TODO(me).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80599





More information about the llvm-commits mailing list