summaryrefslogtreecommitdiff
path: root/include/sanitizer/dfsan_interface.h
AgeCommit message (Expand)Author
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
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2013-08-13[dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne
2013-08-13dfsan: fix lint warningDmitry Vyukov
2013-08-12[dfsan] Introduce dfsan_union runtime function.Peter Collingbourne
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne