llvm-capstone/compiler-rt
Kamil Rytarowski 42983551bd Correct the return value of strlcat(3) in the interceptor
Late fix for SVN r. 324034
Add new interceptors: strlcpy(3) and strlcat(3)

There was forgotten an addition of len to the return value.

llvm-svn: 324091
2018-02-02 13:56:52 +00:00
..
cmake [fuzzer] Update and enable libFuzzer on Fuchsia 2018-01-30 22:59:48 +00:00
docs
include [XRay] [compiler-rt] stop writing garbage in naive log records 2018-01-30 13:25:25 +00:00
lib Correct the return value of strlcat(3) in the interceptor 2018-02-02 13:56:52 +00:00
test Add new interceptors: strlcpy(3) and strlcat(3) 2018-02-01 23:34:30 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt
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.

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