The Archive object owns the memory buffers of any thin archives, so we need
to make sure the object is still in scope when we access archive members.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D31066
COFF: Fix use-after-free in /msvclto implementation. ClosedPublic Authored by pcc on Mar 16 2017, 6:49 PM.
Details Summary The Archive object owns the memory buffers of any thin archives, so we need
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 16 2017, 7:00 PM Closed by commit rL298033: COFF: Fix use-after-free in /msvclto implementation. (authored by pcc). · Explain WhyMar 16 2017, 7:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 92099 lld/trunk/COFF/Driver.cpp
|