[PATCH] D61654: [scudo][standalone] Introduce the chunk header

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 13:54:34 PDT 2019


cryptoad created this revision.
cryptoad added reviewers: morehouse, eugenis, vitalybuka, hctim.
Herald added subscribers: Sanitizers, jfb, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.

... and its related functions.

The structure and its functionalities are identical to existing ones.
The header stores information on a `scudo::Chunk` to be able to detect
inconsitencies or potential corruption attempts. It is checksummed for
that purpose.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D61654

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/chunk.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/chunk_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61654.198524.patch
Type: text/x-patch
Size: 10263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190507/d8657940/attachment.bin>


More information about the llvm-commits mailing list