Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/safestack/
-
trunk/
-
lib/
-
safestack/
-
safestack.cc
Hide Panel
f
Keyboard Reference
?
Differential
D57863
[safestack] Explain why tinfo at the end of the buffer
Closed
Public
Authored by
vitalybuka
on Feb 6 2019, 4:14 PM.
Download Raw Diff
Details
Reviewers
pcc
eugenis
vlad.tsyrklevich
Commits
rG871b2bd98030: [safestack] Explain why tinfo at the end of the buffer
rCRT353482: [safestack] Explain why tinfo at the end of the buffer
rL353482: [safestack] Explain why tinfo at the end of the buffer
Diff Detail
Repository
rL LLVM
Event Timeline
vitalybuka
created this revision.
Feb 6 2019, 4:14 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 6 2019, 4:15 PM
Herald
added subscribers:
Restricted Project
,
jfb
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B27851: Diff 185665
.
Feb 6 2019, 4:15 PM
vitalybuka
edited the summary of this revision.
(Show Details)
Feb 6 2019, 4:18 PM
vitalybuka
added reviewers:
pcc
,
eugenis
.
vitalybuka
added a reviewer:
vlad.tsyrklevich
.
Feb 7 2019, 1:30 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 7 2019, 1:30 PM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
vlad.tsyrklevich
added inline comments.
Feb 7 2019, 1:39 PM
compiler-rt/lib/safestack/safestack.cc
235 ↗
(On Diff #185665)
Shouldn't this be addr+guard?
vitalybuka
marked an inline comment as done.
Feb 7 2019, 2:13 PM
vitalybuka
added inline comments.
compiler-rt/lib/safestack/safestack.cc
235 ↗
(On Diff #185665)
unsafe_stack_alloc already does that
vlad.tsyrklevich
accepted this revision.
Feb 7 2019, 2:15 PM
This revision is now accepted and ready to land.
Feb 7 2019, 2:15 PM
vitalybuka
updated this revision to
Diff 185877
.
Feb 7 2019, 3:17 PM
Comment Actions
do nothing
vitalybuka
retitled this revision from
[safestack] Simplify tinfo location calculation
to
[safestack] Explain why tinfo at the end of the buffer
.
Feb 7 2019, 3:18 PM
vitalybuka
edited the summary of this revision.
(Show Details)
Harbormaster
completed remote builds in
B27924: Diff 185877
.
Feb 7 2019, 3:18 PM
vitalybuka
updated this revision to
Diff 185878
.
Feb 7 2019, 3:19 PM
Comment Actions
typo
Harbormaster
completed remote builds in
B27925: Diff 185878
.
Feb 7 2019, 3:20 PM
Closed by commit
rL353482: [safestack] Explain why tinfo at the end of the buffer
(authored by
vitalybuka
).
·
Explain Why
Feb 7 2019, 3:23 PM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
delcypher
.
·
View Herald Transcript
Feb 7 2019, 3:23 PM