[PATCH] D63469: hwasan: Teach the runtime to identify the local variable being accessed in UAR reports.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 18:10:48 PDT 2019


pcc updated this revision to Diff 206349.
pcc added a comment.

- Add tests covering UAR with dynamic alloca and stack realignment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63469

Files:
  compiler-rt/lib/hwasan/hwasan.cpp
  compiler-rt/lib/hwasan/hwasan.h
  compiler-rt/lib/hwasan/hwasan_report.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
  compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c
  compiler-rt/test/hwasan/TestCases/stack-uar-realign.c
  compiler-rt/test/hwasan/TestCases/stack-uar.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63469.206349.patch
Type: text/x-patch
Size: 19334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/43a1cbfa/attachment.bin>


More information about the llvm-commits mailing list