[PATCH] D94212: scudo: Add support for tracking stack traces of secondary allocations.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 21:59:01 PST 2021


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

- Instead of updating an existing ring buffer entry, create a new entry


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94212

Files:
  compiler-rt/lib/scudo/standalone/combined.h
  compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
  compiler-rt/lib/scudo/standalone/include/scudo/interface.h
  compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94212.316322.patch
Type: text/x-patch
Size: 24389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/612e6d6a/attachment.bin>


More information about the llvm-commits mailing list