aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/dfsan
AgeCommit message (Expand)AuthorFilesLines
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-9/+10
2023-05-12[DFSAN] Add support for strnlenTomasz Kuchta1-0/+29
2023-04-24[DFSAN] Add support for strsep.Tomasz Kuchta1-0/+46
2023-04-18[compiler-rt] [test] Mark dfsan tests XFAIL on glibc-2.37Michał Górny2-0/+6
2023-01-03[test] Fix #ifFangrui Song1-1/+1
2023-01-03[dfsan] Support Linux AArch64Fangrui Song3-1/+7
2022-12-29[test] Fix dfsan/stack_trace.cFangrui Song1-3/+3
2022-12-28[dfsan][test] Replace REQUIRES: x86_64-target-arch with lit.cfg.py checkFangrui Song52-103/+1
2022-12-11[DFSan] Add callback that allows to track which function tainted data reaches.Andrew Browne2-0/+73
2022-09-02[DFSan] Increase size of buffer to fix possibly-flakey test.Andrew Browne1-19/+29
2022-08-22[DFSan] Fix handling of libAtomic external functions.Andrew Browne1-0/+153
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman2-4/+4
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman1-0/+2
2022-04-05[DFSan] Add dfsan-combine-taint-lookup-table option as work around forAndrew Browne1-0/+61
2022-03-14[DFSan] Remove use of setarch in dfsan test.Andrew Browne1-4/+4
2022-03-08[DFSan] Fix several bugs in dfsan custom callbacks test.Andrew Browne1-23/+37
2022-01-05[DFSan] Add option for conditional callbacks.Andrew Browne3-0/+214
2021-12-22[DFSan] Make dfsan_read_origin_of_first_taint public.Andrew Browne1-0/+34
2021-12-22[DFSan] Add functions to print origin trace from origin id instead of address.origin/mainAndrew Browne1-0/+74
2021-11-18[nfc][dfsan] Remove obsolete commentVitaly Buka1-1/+0
2021-10-11[DFSan] Fix flakey release_shadow_space.c accounting for Origin chains.Andrew Browne1-2/+14
2021-10-08[DFSan] Remove -dfsan-args-abi support in favor of TLS.Andrew Browne6-10/+1
2021-09-17[DFSan] Add force_zero_label abilist option to DFSan. This can be used as a w...Andrew Browne2-3/+34
2021-08-24[DFSan] Add wrapper for getentropy().Andrew Browne1-0/+20
2021-07-24Revert D106195 "[dfsan] Add wrappers for v*printf functions"George Balatsouras1-10/+0
2021-07-22[dfsan] Add wrappers for v*printf functionsGeorge Balatsouras1-0/+10
2021-07-22[dfsan] Make warn_unimplemented off by defaultJianzhou Zhao1-1/+1
2021-06-29[dfsan] Expose dfsan_get_track_origins to get origin tracking statusJianzhou Zhao1-0/+13
2021-06-25[DFSan] Change shadow and origin memory layouts to match MSan.Andrew Browne1-2/+8
2021-06-17[dfsan] Replace dfs$ prefix with .dfsan suffixGeorge Balatsouras9-37/+37
2021-06-14[dfsan] Add stack-trace printing functions to dfsan interfaceGeorge Balatsouras1-0/+66
2021-06-07[dfsan] Add full fast8 supportGeorge Balatsouras37-281/+102
2021-06-07[dfsan] Fix internal build errors because of more strict warning checksJianzhou Zhao2-0/+44
2021-06-06[dfsan] Use the sanitizer allocator to reduce memory costJianzhou Zhao2-15/+191
2021-05-28[dfsan] Add a flag about whether to propagate offset labels at gepJianzhou Zhao1-0/+28
2021-05-24[dfsan] Add function that prints origin stack trace to bufferGeorge Balatsouras1-10/+66
2021-05-07[dfsan] Rename and fix an internal test issue for mmap+callocJianzhou Zhao1-3/+3
2021-05-06 [dfsan] extend a test case to measure origin memory usageJianzhou Zhao1-2/+11
2021-05-05[dfsan] Turn off all dfsan test cases on non x86_64 OSsJianzhou Zhao18-2/+37
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-3/+3
2021-04-22[dfsan] Track origin at loadsJianzhou Zhao1-0/+31
2021-04-15[dfsan] Remove hard-coded constant in release_shadow_space.cGeorge Balatsouras1-1/+1
2021-04-15[dfsan] Add test for origin tracking stack tracesGeorge Balatsouras1-0/+44
2021-03-25[dfsan] test flush on only x86Jianzhou Zhao1-0/+3
2021-03-25 [dfsan] Test dfsan_flush with originsJianzhou Zhao1-0/+9
2021-03-24[dfsan] Add Origin ABI WrappersJianzhou Zhao1-29/+103
2021-03-24[dfsan] Add Origin ABI WrappersJianzhou Zhao1-31/+211
2021-03-19[dfsan] Add origin ABI wrappersJianzhou Zhao1-26/+128
2021-03-17[dfsan] Add origin ABI wrappersJianzhou Zhao1-25/+131
2021-03-15[dfsan] Add origin ABI wrappers for thread/signal/forkJianzhou Zhao7-20/+441