llvm-project/compiler-rt/lib/dfsan
Sam Kerner 10070e31a5 Fix DataFlowSanitizer implementation of strchr() so that strchr(..., '\0') returns a pointer to '\0'.
Summary:

Fixes https://bugs.llvm.org/show_bug.cgi?id=22392

Reviewers: pcc, morehouse

Reviewed By: morehouse

Subscribers: morehouse, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D77996
2020-04-15 13:08:47 -07:00
..
scripts compiler-rt: Rename .cc file in test/dfsan to cpp 2019-08-05 13:19:28 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
dfsan.cpp compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
dfsan.h [compiler-rt] Remove some cpplint filters 2019-09-12 02:20:36 +00:00
dfsan.syms.extra
dfsan_custom.cpp Fix DataFlowSanitizer implementation of strchr() so that strchr(..., '\0') returns a pointer to '\0'. 2020-04-15 13:08:47 -07:00
dfsan_flags.inc Experimantal dfsan mode "fast16labels=1" 2019-06-08 00:22:23 +00:00
dfsan_interceptors.cpp compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
dfsan_platform.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
done_abilist.txt [dfsan] Introduce dfsan_flush(). 2019-06-13 20:11:06 +00:00
libc_ubuntu1404_abilist.txt