llvm-project/compiler-rt/test/dfsan
Sam Kerner e5ce95c660 [dfsan] Fix a bug in strcasecmp() and strncasecmp(): Compare the lowercase versions of the characters when choosing a return value.
Summary:
Resolves this bug:

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

Reviewers: morehouse, pcc

Reviewed By: morehouse

Subscribers: #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D78490
2020-04-20 17:13:40 -07:00
..
Inputs
CMakeLists.txt [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
basic.c
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
dump_labels.c
event_callbacks.c [DFSan] Add __dfsan_cmp_callback. 2020-02-28 15:49:44 -08:00
fast16labels.c Experimantal dfsan mode "fast16labels=1" 2019-06-08 00:22:23 +00:00
flags.c
flush.c [dfsan] Introduce dfsan_flush(). 2019-06-13 20:11:06 +00:00
fncall.c
label_count.c
lit.cfg.py compiler-rt: Rename .cc file in test/dfsan to cpp 2019-08-05 13:19:28 +00:00
lit.site.cfg.py.in [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
propagate.c
trace-cmp.c Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
vararg.c
write_callback.c