[PATCH] D61385: [scudo][standalone] Introduce the Quarantine

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 12:15:52 PDT 2019


cryptoad updated this revision to Diff 198323.
cryptoad marked 2 inline comments as done.
cryptoad added a comment.

Addressing Matt's new comments:

- changing another `%d` to `%zd`
- changing the iterating loop to a range loop
- clang-format'ing the source


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D61385

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/mutex.h
  lib/scudo/standalone/quarantine.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/quarantine_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61385.198323.patch
Type: text/x-patch
Size: 18775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/9a409159/attachment.bin>


More information about the llvm-commits mailing list