When -dfsan-event-callbacks is specified, insert a call to
__dfsan_mem_transfer_callback on every memcpy and memmove.
Details
Details
- Reviewers
vitalybuka kcc pcc - Commits
- rGf668baa45926: [DFSan] Add __dfsan_mem_transfer_callback.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
We *may* need to add more arguments to these callbacks (with the data pointers) later.
Right now I am not sure.