summaryrefslogtreecommitdiff
path: root/lib/dfsan/dfsan_custom.cc
AgeCommit message (Expand)Author
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-08-05[libFuzzer] add weak hooks for strcmpKostya Serebryany
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-07-30[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany
2015-05-07Add dfsan_weak_hook_memcmpKostya Serebryany
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne
2015-04-09Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni
2015-01-30[Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-10-30Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne
2013-12-19Fix -Werror compilation.Evgeniy Stepanov
2013-12-18[DFSan] New custom wrappersLorenzo Martignoni
2013-12-04[DFSan] Change the way labels are propagated when comparing memory through li...Lorenzo Martignoni
2013-11-26Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni
2013-11-21Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne
2013-11-21Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov
2013-08-28[dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne
2013-08-28[dfsan] Add custom function for pthread_create.Peter Collingbourne
2013-08-15[dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne