Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/hwasan/
-
trunk/
-
lib/
-
hwasan/
-
hwasan_report.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D63906
hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
Closed
Public
Authored by
pcc
on Jun 27 2019, 4:21 PM.
Download Raw Diff
Details
Reviewers
eugenis
Commits
rG559b2e0187a1: hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
rCRT364609: hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
rL364609: hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
Summary
Previously we were printing 16 rows of tags, not 17.
Diff Detail
Repository
rL LLVM
Event Timeline
pcc
created this revision.
Jun 27 2019, 4:21 PM
Herald
added projects:
Restricted Project
,
Restricted Project
.
·
View Herald Transcript
Jun 27 2019, 4:21 PM
Herald
added subscribers:
Restricted Project
,
kubamracek
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B34035: Diff 206961
.
Jun 27 2019, 4:22 PM
eugenis
accepted this revision.
Jun 27 2019, 4:23 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jun 27 2019, 4:23 PM
Closed by commit
rL364609: hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
(authored by
pcc
).
·
Explain Why
Jun 27 2019, 4:29 PM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
delcypher
.
·
View Herald Transcript
Jun 27 2019, 4:29 PM