llvm-project/compiler-rt/lib/dfsan
Vitaly Buka d059d01c23 [dfsan] Remove realloc from done_abilist.txt
Summary:
Currently, realloc is marked as "discard" in done_abilist.txt. As discussed in PR#45583, this is probably not the expected behavior; a custom wrapper seems to be required. Since this wrapper has not been implemented yet, realloc should not be in the done_abilist.txt file so that a warning is displayed when it is called.

Reviewers: kcc, pcc, vitalybuka

Reviewed By: vitalybuka

Subscribers: #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D78379
2020-05-05 22:32:45 -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 [dfsan] Fix a bug in strcasecmp() and strncasecmp(): Compare the lowercase versions of the characters when choosing a return value. 2020-04-20 17:13:40 -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] Remove realloc from done_abilist.txt 2020-05-05 22:32:45 -07:00
libc_ubuntu1404_abilist.txt