summaryrefslogtreecommitdiff
path: root/lib/dfsan
Commit message (Expand)AuthorAgeFilesLines
...
* [dfsan] Enable DFSan for AArch64/42-bit VMAAdhemerval Zanella2015-08-242-0/+28
* [DFSan] Remove nolibc build.Alexey Samsonov2015-08-212-11/+1
* [DFSan] Properly initialize and parse common flags in DFSan.Alexey Samsonov2015-08-181-1/+7
* [libFuzzer] add weak hooks for strcmpKostya Serebryany2015-08-051-0/+6
* [libFuzzer/DFSan] add more __sanitizer callbacks to dfsan blacklistKostya Serebryany2015-08-051-0/+20
* [libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany2015-07-312-2/+5
* [dfsan] Enable dfsan for aarch64Adhemerval Zanella2015-07-302-0/+23
* [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany2015-07-301-8/+22
* [dfsan/libFuzzer] correctly ignore sanitizer coverage calls in dfsanKostya Serebryany2015-07-281-2/+10
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-0/+1
* Revert r242975.Evgeniy Stepanov2015-07-231-1/+0
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-0/+1
* [dfsan] ignore more __sanitizer callbacksKostya Serebryany2015-05-231-5/+3
* Add dfsan_weak_hook_memcmpKostya Serebryany2015-05-071-0/+9
* Add api_list entries for the dfsan-based fuzzerKostya Serebryany2015-05-062-1/+20
* Make check_custom_wrappers.sh work on FreeBSDDimitry Andric2015-04-121-1/+1
* Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni2015-04-101-210/+191
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne2015-04-093-203/+214
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-4/+4
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-091-1/+1
* Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni2015-04-093-214/+203
* [libsanitizer] Fix OpenFile() usage in TSan and DFSan.Alexander Potapenko2015-03-231-1/+1
* Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov2015-02-181-23/+0
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-0/+23
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-171-23/+0
* [Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov2015-02-121-7/+6
* [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov2015-01-301-2/+3
* [dfsan] Use append_no_rtti_flag instead of manually specifying -fno-rtti.Evgeniy Stepanov2015-01-191-1/+2
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-153-6/+8
* [dfsan] Export dfsan_get_label_info function with C linkage.Peter Collingbourne2015-01-121-1/+1
* [Sanitizer] Change the runtime flag representation.Alexey Samsonov2015-01-073-20/+53
* [DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne2014-12-053-3/+31
* [DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni2014-11-202-2/+55
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-10/+14
* [dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne2014-11-051-0/+9
* [dfsan] Add libgo functions to ABI list.Peter Collingbourne2014-11-051-0/+21
* [dfsan] Upgrade ABI list to Ubuntu 14.04.Peter Collingbourne2014-11-052-298/+46
* [dfsan] Modify build-libc-list.py to filter out local functions in generatedPeter Collingbourne2014-11-051-0/+1
* Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne2014-10-301-20/+17
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-2/+2
* Remove bashisms and switch to /bin/shEd Maste2014-10-081-16/+16
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-083-3/+286
* DFSan's set label function should avoid writing to the shadow memory when the...Peter Collingbourne2014-08-191-1/+13
* [DFSan] Fixup for r213980Alexey Samsonov2014-07-261-1/+1
* [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov2014-07-251-1/+1
* [dfsan] Fix the declaration of dfsan_add_label.Peter Collingbourne2014-06-041-0/+1
* The newest versions of CMake require outputs of custom commands be inChandler Carruth2014-04-301-1/+1
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-242-1/+45
* [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov2014-03-311-2/+2