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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 18:27:13 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL271968: [sanitizer] Initial implementation of a Hardened Allocator (authored by kcc).

Changed prior to commit:
  http://reviews.llvm.org/D20084?vs=59744&id=59816#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20084

Files:
  compiler-rt/trunk/cmake/config-ix.cmake
  compiler-rt/trunk/lib/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/scudo_allocator.cpp
  compiler-rt/trunk/lib/scudo/scudo_allocator.h
  compiler-rt/trunk/lib/scudo/scudo_flags.cpp
  compiler-rt/trunk/lib/scudo/scudo_flags.h
  compiler-rt/trunk/lib/scudo/scudo_flags.inc
  compiler-rt/trunk/lib/scudo/scudo_interceptors.cpp
  compiler-rt/trunk/lib/scudo/scudo_new_delete.cpp
  compiler-rt/trunk/lib/scudo/scudo_termination.cpp
  compiler-rt/trunk/lib/scudo/scudo_utils.cpp
  compiler-rt/trunk/lib/scudo/scudo_utils.h
  compiler-rt/trunk/test/CMakeLists.txt
  compiler-rt/trunk/test/scudo/CMakeLists.txt
  compiler-rt/trunk/test/scudo/alignment.cpp
  compiler-rt/trunk/test/scudo/double-free.cpp
  compiler-rt/trunk/test/scudo/lit.cfg
  compiler-rt/trunk/test/scudo/lit.site.cfg.in
  compiler-rt/trunk/test/scudo/malloc.cpp
  compiler-rt/trunk/test/scudo/memalign.cpp
  compiler-rt/trunk/test/scudo/mismatch.cpp
  compiler-rt/trunk/test/scudo/overflow.cpp
  compiler-rt/trunk/test/scudo/preinit.cpp
  compiler-rt/trunk/test/scudo/quarantine.cpp
  compiler-rt/trunk/test/scudo/realloc.cpp
  compiler-rt/trunk/test/scudo/sized-delete.cpp
  compiler-rt/trunk/test/scudo/sizes.cpp
  llvm/trunk/docs/ScudoHardenedAllocator.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20084.59816.patch
Type: text/x-patch
Size: 69969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/8973a45c/attachment-0001.bin>


More information about the llvm-commits mailing list