llvm-capstone/compiler-rt
Wu Yingcong 8bef13ef4f
[hwasan] Fix a possible null dereference problem (#77737)
This is clearly a copy-paste mistake, fix it with this patch.
After checking the `local.function_name` is not null, it should check
the len for `local.function_name`, not `local.name`. And this could lead
to possible null dereference since the second
`internal_strlen(local.name)` does not guarantee `local.name` is not
null.
2024-01-21 21:42:38 -08:00
..
cmake Remove maximum OSX version for sanitizers (#77543) 2024-01-17 10:11:26 -08:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [docs][IRPGO]Document two binary formats for instrumentation-based profiles, with a focus on IRPGO. (#76105) 2024-01-10 16:17:15 -08:00
lib [hwasan] Fix a possible null dereference problem (#77737) 2024-01-21 21:42:38 -08:00
test [fuzzer,test] Remove old debug logging 2024-01-19 23:27:32 -08:00
tools
unittests [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
utils
www [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (#71500) 2023-11-09 08:05:32 +00:00
.clang-tidy
.gitignore
CMakeLists.txt [GTest][c++17] Silence warnings when building GTest with gcc-toolset-12 2023-12-05 13:50:52 -05:00
CODE_OWNERS.TXT [docs] Update compiler-rt/CODE_OWNERS.TXT 2023-02-24 15:07:09 -08:00
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.

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