[PATCH] D92880: scudo: Split setRandomTag in two. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 12:51:42 PST 2020


pcc created this revision.
pcc added reviewers: cryptoad, hctim, eugenis.
pcc requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

Separate the IRG part from the STZG part since we will need to use
the latter on its own for some upcoming changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92880

Files:
  compiler-rt/lib/scudo/standalone/memtag.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92880.310322.patch
Type: text/x-patch
Size: 3056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/64a4a378/attachment.bin>


More information about the llvm-commits mailing list