llvm-project/compiler-rt
Vedant Kumar a7d4826101 [profile] Fix buffer overrun when parsing %c in filename string
Fix a buffer overrun that can occur when parsing '%c' at the end of a
filename pattern string.

rdar://74571261

Reviewed By: kastiglione

Differential Revision: https://reviews.llvm.org/D97239
2021-02-24 14:49:45 -08:00
..
cmake [CMake][compiler-rt][RISCV] Support RISC-V cross-compilation 2021-01-31 23:52:57 +00:00
docs
include [Coverage] Store compilation dir separately in coverage mapping 2021-02-18 14:34:39 -08:00
lib [profile] Fix buffer overrun when parsing %c in filename string 2021-02-24 14:49:45 -08:00
test [profile] Fix buffer overrun when parsing %c in filename string 2021-02-24 14:49:45 -08:00
tools [GWP-ASan] Add inbuilt options parser. 2021-01-15 12:57:05 -08:00
unittests
utils
www [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Remove dead code setting policies to NEW 2021-01-19 17:19:36 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.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.

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