[PATCH] D59116: [scudo][standalone] Implement checksumming functions

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 12:14:54 PST 2019


cryptoad added a comment.

In D59116#1423009 <https://reviews.llvm.org/D59116#1423009>, @hctim wrote:

> Is it possible to update the document at `llvm/docs/ScudoHardenedAllocator.rst` to reflect these changes?


In theory, this still doc still applies to the "current" version of Scudo which is coexisting with the standalone one.
A solution would be to write a standalone-doc where this would go, but as of now the repo doesn't have a functional standalone allocator so this might be too early.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D59116





More information about the llvm-commits mailing list