summaryrefslogtreecommitdiff
path: root/lib/dfsan
AgeCommit message (Expand)Author
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-25dfsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-08-18[sanitizer-coverage] add __sanitizer_cov_trace_cmp[1248] to the sanitizer-cov...Kostya Serebryany
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2015-11-27[compiler-rt] [dfsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-24[dfsan] Enable DFSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-21[DFSan] Remove nolibc build.Alexey Samsonov
2015-08-18[DFSan] Properly initialize and parse common flags in DFSan.Alexey Samsonov
2015-08-05[libFuzzer] add weak hooks for strcmpKostya Serebryany
2015-08-05[libFuzzer/DFSan] add more __sanitizer callbacks to dfsan blacklistKostya Serebryany
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella
2015-07-30[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany
2015-07-28[dfsan/libFuzzer] correctly ignore sanitizer coverage calls in dfsanKostya Serebryany
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-05-23[dfsan] ignore more __sanitizer callbacksKostya Serebryany
2015-05-07Add dfsan_weak_hook_memcmpKostya Serebryany
2015-05-06Add api_list entries for the dfsan-based fuzzerKostya Serebryany
2015-04-12Make check_custom_wrappers.sh work on FreeBSDDimitry Andric
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-09Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni
2015-03-23[libsanitizer] Fix OpenFile() usage in TSan and DFSan.Alexander Potapenko