Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/include/llvm/ExecutionEngine/Orc/
-
trunk/
-
include/
-
llvm/
-
ExecutionEngine/
-
Orc/
-
RTDyldObjectLinkingLayer.h
Hide Panel
f
Keyboard Reference
?
Differential
D56521
Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
Closed
Public
Authored by
sanjoy
on Jan 9 2019, 4:25 PM.
Download Raw Diff
Details
Reviewers
lhames
dblaikie
bkramer
Commits
rG0f36e2354001: Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
rL350886: Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
Diff Detail
Repository
rL LLVM
Event Timeline
sanjoy
created this revision.
Jan 9 2019, 4:25 PM
Herald
added subscribers:
bixia
,
jlebar
,
mcrosier
.
·
View Herald Transcript
Jan 9 2019, 4:25 PM
Harbormaster
completed remote builds in
B26607: Diff 180959
.
Jan 9 2019, 4:25 PM
sanjoy
added a reviewer:
dblaikie
.
Jan 10 2019, 11:21 AM
bkramer
accepted this revision.
Jan 10 2019, 11:57 AM
bkramer
added a subscriber:
bkramer
.
Comment Actions
This is an obvious fix for a use-after-free. Looks good.
This revision is now accepted and ready to land.
Jan 10 2019, 11:57 AM
Closed by commit
rL350886: Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
(authored by
sanjoy
).
·
Explain Why
Jan 10 2019, 12:15 PM
This revision was automatically updated to reflect the committed changes.