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

Kostya Kortchinsky via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 09:04:12 PDT 2016


cryptoad updated this revision to Diff 56925.
cryptoad added a comment.

Re-uploading the diff. I messed up when adding the .rst and it replaced the code.
Sorry about that.


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.56925.patch
Type: text/x-patch
Size: 59583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/d51409c4/attachment.bin>


More information about the llvm-commits mailing list