[PATCH] D71229: [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 15:03:31 PST 2019
pcc added a reviewer: pcc.
pcc added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/combined.h:514
}
private:
----------------
I think you might need to sync to LLVM trunk. There is now a function `isOwned` here which I think might need to be taught about GWP-ASan.
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