[PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library

Peter Collingbourne peter at pcc.me.uk
Wed May 6 15:44:46 PDT 2015


- Use internal_{mmap,munmap,mprotect} functions in sanitizer_common
- Remove Darwin platform-specific TLS code
- Tweak comment
- Remove Makefile stuff
- Add test descriptions
- Rename flag to -fsanitize=safe-stack


http://reviews.llvm.org/D6096

Files:
  CMakeLists.txt
  cmake/config-ix.cmake
  lib/CMakeLists.txt
  lib/safestack/CMakeLists.txt
  lib/safestack/safestack.cc
  test/CMakeLists.txt
  test/safestack/CMakeLists.txt
  test/safestack/check-buffer-copy.c
  test/safestack/check-init.c
  test/safestack/check-overflow.c
  test/safestack/check-pthread-cleanup.c
  test/safestack/check-pthread.c
  test/safestack/lit.cfg
  test/safestack/lit.site.cfg.in

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6096.25098.patch
Type: text/x-patch
Size: 19993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150506/7618a68f/attachment.bin>


More information about the cfe-commits mailing list