[all-commits] [llvm/llvm-project] 5bb06c: [DFSan] Add callback that allows to track which fu...

Andrew Browne via All-commits all-commits at lists.llvm.org
Sun Dec 11 23:10:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bb06c7cce6bdcffb3ced29fa733c0dbb1b63c41
      https://github.com/llvm/llvm-project/commit/5bb06c7cce6bdcffb3ced29fa733c0dbb1b63c41
  Author: Andrew Browne <browneee at google.com>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/test/dfsan/Inputs/flags_abilist.txt
    A compiler-rt/test/dfsan/reaches_function.c
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
    A llvm/test/Instrumentation/DataFlowSanitizer/reaches_function.ll

  Log Message:
  -----------
  [DFSan] Add callback that allows to track which function tainted data reaches.

Authored-by: Christopher Liebchen <liebchen at google.com>
Co-authored-by: Andrew Browne <browneee at google.com>

Reviewed By: browneee

Differential Revision: https://reviews.llvm.org/D139543




More information about the All-commits mailing list