[PATCH] D71229: [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 09:32:35 PST 2019


hctim marked 2 inline comments as done.
hctim added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/combined.h:520
     initThreadMaybe();
+    if (GuardedAlloc.pointerIsMine(Ptr))
+      return true;
----------------
cryptoad wrote:
> `#ifdef GWP_ASAN_HOOKS`?
Danke.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71229





More information about the llvm-commits mailing list