[PATCH] D66099: [GWP-ASan] Update backtrace function signature.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 11:20:10 PDT 2019


hctim created this revision.
hctim added a reviewer: vlad.tsyrklevich.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

Updates the function signature and comments for backtracing (and printing
backtraces). This update brings GWP-ASan in line with future requirements for
stack frame compression, wherein the length of the trace is provided
explicitly, rather than relying on nullptr-termination.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66099

Files:
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/lib/gwp_asan/optional/backtrace.h
  compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
  compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
  compiler-rt/lib/gwp_asan/options.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66099.214672.patch
Type: text/x-patch
Size: 13137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190812/f9cab9d5/attachment.bin>


More information about the llvm-commits mailing list