llvm/tools/llvm-config
Richard Diamond 5efecd1377 Fix a use-after-free in llvm-config.
Summary:
This could happen if `GetComponentNames` is true, because `Name` from
`VisitComponent` would reference a stack instance of `std::string` in
`ComputeLibsForComponents`.

Reviewers: beanz

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14913

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254108 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-25 22:49:48 +00:00
..
BuildVariables.inc.in Fix llvm-config to adapt to the install environment. 2015-11-09 23:15:38 +00:00
CMakeLists.txt Fix llvm-config to adapt to the install environment. 2015-11-09 23:15:38 +00:00
llvm-config.cpp Fix a use-after-free in llvm-config. 2015-11-25 22:49:48 +00:00
Makefile Fix llvm-config to adapt to the install environment. 2015-11-09 23:15:38 +00:00