This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizer] Enable pututxline interception
ClosedPublic

Authored by devnexen on Jan 9 2019, 8:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

devnexen created this revision.Jan 9 2019, 8:23 AM
Herald added subscribers: Restricted Project, llvm-commits, kubamracek. · View Herald TranscriptJan 9 2019, 8:23 AM
devnexen added a comment.EditedJan 9 2019, 8:24 AM

Did not update the unit tests purposely. Most likely one of the last interceptions before the branching next week.

krytarowski added inline comments.Jan 9 2019, 9:21 AM
lib/sanitizer_common/sanitizer_common_interceptors.inc
6577 ↗(On Diff #180849)

shouldn't we use WRITE_RANGE?

devnexen marked an inline comment as done.Jan 9 2019, 9:25 AM
devnexen added inline comments.
lib/sanitizer_common/sanitizer_common_interceptors.inc
6577 ↗(On Diff #180849)

Yes indeed.

devnexen updated this revision to Diff 180865.Jan 9 2019, 9:33 AM
krytarowski accepted this revision.Jan 9 2019, 5:14 PM
This revision is now accepted and ready to land.Jan 9 2019, 5:14 PM
This revision was automatically updated to reflect the committed changes.