This could happen if GetComponentNames is true, because Name from
VisitComponent would reference a stack instance of std::string in
ComputeLibsForComponents.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14913
Fix a use-after-free in `llvm-config`. ClosedPublic Authored by DiamondLovesYou on Nov 22 2015, 8:25 PM.
Details Summary This could happen if GetComponentNames is true, because Name from
Diff Detail
Event TimelineDiamondLovesYou updated this object. This revision is now accepted and ready to land.Nov 25 2015, 12:23 PM Closed by commit rL254108: Fix a use-after-free in `llvm-config`. (authored by diamond). · Explain WhyNov 25 2015, 2:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41188 llvm/trunk/tools/llvm-config/llvm-config.cpp
|