llvm-capstone/compiler-rt
Evgeniy Stepanov d1a710047b [sanitizer] Implement reallocarray.
Summary:
It's a cross of calloc and realloc. Sanitizers implement calloc-like check for size
overflow.

Reviewers: vitalybuka, kcc

Subscribers: kubamracek, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D61108

llvm-svn: 359708
2019-05-01 17:33:01 +00:00
..
cmake [compiler-rt] Cleanup the --target and --sysroot handling 2019-05-01 05:41:58 +00:00
docs
include [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
lib [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
test [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
unittests
utils
www
.arcconfig
.gitignore
CMakeLists.txt Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation" 2019-04-30 18:13:22 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================