[PATCH] D20084: [sanitizer] Initial implementation of a Hardened Allocator

Kostya Kortchinsky via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 08:58:10 PDT 2016


cryptoad updated this revision to Diff 56923.
cryptoad marked 17 inline comments as done.
cryptoad added a comment.

Updated the code to reflect the first batch of comments.


http://reviews.llvm.org/D20084

Files:
  cmake/config-ix.cmake
  lib/CMakeLists.txt
  lib/hardened_allocator/CMakeLists.txt
  lib/hardened_allocator/scudo_allocator.cc
  lib/hardened_allocator/scudo_allocator.h
  lib/hardened_allocator/scudo_flags.cc
  lib/hardened_allocator/scudo_flags.h
  lib/hardened_allocator/scudo_flags.inc
  lib/hardened_allocator/scudo_malloc_linux.cc
  lib/hardened_allocator/scudo_new_delete.cc
  lib/hardened_allocator/scudo_rtl.cc
  lib/hardened_allocator/scudo_utils.cc
  lib/hardened_allocator/scudo_utils.h
  test/CMakeLists.txt
  test/hardened_allocator/CMakeLists.txt
  test/hardened_allocator/alignment.cc
  test/hardened_allocator/double-free.cc
  test/hardened_allocator/init.cc
  test/hardened_allocator/lit.cfg
  test/hardened_allocator/lit.site.cfg.in
  test/hardened_allocator/malloc.cc
  test/hardened_allocator/memalign.cc
  test/hardened_allocator/mismatch.cc
  test/hardened_allocator/overflow.cc
  test/hardened_allocator/quarantine.cc
  test/hardened_allocator/realloc.cc
  test/hardened_allocator/sized-delete.cc
  test/hardened_allocator/sizes.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20084.56923.patch
Type: text/x-patch
Size: 59583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/2a1d86e1/attachment.bin>


More information about the llvm-commits mailing list