This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Make dfsan_read_origin_of_first_taint public.
ClosedPublic

Authored by browneee on Dec 22 2021, 4:58 PM.

Details

Summary

Makes origins easier to use with dfsan_read_label(addr, size).

Diff Detail

Event Timeline

browneee requested review of this revision.Dec 22 2021, 4:58 PM
browneee created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2021, 4:58 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Dec 22 2021, 6:47 PM
vitalybuka added inline comments.
compiler-rt/test/dfsan/origin_of_first_taint.c
21

Can all these be just # ?

This revision is now accepted and ready to land.Dec 22 2021, 6:47 PM
browneee updated this revision to Diff 395981.Dec 22 2021, 11:45 PM

Fix formatting.

This revision was landed with ongoing or failed builds.Dec 22 2021, 11:47 PM
This revision was automatically updated to reflect the committed changes.