[PATCH] D139543: [DFSan] Add callback that allows to track which function tainted data reaches

clg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 08:03:42 PST 2022


clg created this revision.
clg added reviewers: browneee, vitalybuka.
clg added a project: Sanitizers.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
clg requested review of this revision.
Herald added subscribers: llvm-commits, Sanitizers.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139543

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/reaches_function.c
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/test/Instrumentation/DataFlowSanitizer/reaches_function.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139543.480884.patch
Type: text/x-patch
Size: 18709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/ca03ef54/attachment.bin>


More information about the llvm-commits mailing list