[PATCH] D75386: [DFSan] Add __dfsan_mem_transfer_callback.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 14:09:33 PST 2020


morehouse created this revision.
Herald added subscribers: llvm-commits, Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.
morehouse added a parent revision: D75363: [DFSan] Add __dfsan_load_callback..
morehouse added reviewers: vitalybuka, kcc, pcc.
morehouse added a subscriber: eugenis.

When -dfsan-event-callbacks is specified, insert a call to
__dfsan_mem_transfer_callback on every memcpy and memmove.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75386

Files:
  compiler-rt/test/dfsan/event_callbacks.c
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75386.247367.patch
Type: text/x-patch
Size: 6392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/89710613/attachment.bin>


More information about the llvm-commits mailing list