This is an archive of the discontinued LLVM Phabricator instance.

Avoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
ClosedPublic

Authored by sanjoy on Jan 9 2019, 4:25 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy created this revision.Jan 9 2019, 4:25 PM
bkramer accepted this revision.Jan 10 2019, 11:57 AM
bkramer added a subscriber: bkramer.

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
This revision was automatically updated to reflect the committed changes.