[PATCH] D116207: [DFSan] Add option for conditional callbacks.
Andrew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 22 23:58:57 PST 2021
browneee created this revision.
browneee added a reviewer: vitalybuka.
Herald added a subscriber: hiraditya.
browneee requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
This allows DFSan to find tainted values used to control program behavior.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116207
Files:
compiler-rt/include/sanitizer/dfsan_interface.h
compiler-rt/lib/dfsan/dfsan.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/Inputs/flags_abilist.txt
compiler-rt/test/dfsan/conditional_callbacks.c
compiler-rt/test/dfsan/conditional_callbacks_sig.c
compiler-rt/test/dfsan/origin_conditional_callbacks.c
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116207.395985.patch
Type: text/x-patch
Size: 19751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211223/9f01c0a0/attachment.bin>
More information about the llvm-commits
mailing list