[PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Volodymyr Kuznetsov
vova.kuznetsov at epfl.ch
Wed Nov 12 02:34:22 PST 2014
Added tests for the safestack runtime support library.
http://reviews.llvm.org/D6096
Files:
CMakeLists.txt
cmake/config-ix.cmake
include/CMakeLists.txt
include/safestack_interface.h
lib/CMakeLists.txt
lib/Makefile.mk
lib/safestack/CMakeLists.txt
lib/safestack/Makefile.mk
lib/safestack/safestack.cc
make/platform/clang_darwin.mk
make/platform/clang_linux.mk
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6096.16079.patch
Type: text/x-patch
Size: 27035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141112/bf1c2af7/attachment.bin>
More information about the cfe-commits
mailing list