[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
Thu Jun 27 16:17:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
pcc marked an inline comment as done.
Closed by commit rL364607: hwasan: Teach the runtime to identify the local variable being accessed in UAR… (authored by pcc, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D63469?vs=206349&id=206960#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63469

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63469.206960.patch
Type: text/x-patch
Size: 19661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/ccde3187/attachment.bin>


More information about the llvm-commits mailing list