llvm-project/lldb/source
Pavel Labath 88ec2e4ee7 Fix use-after-free in CommandCompletions.cpp
The code was creating a StringRef to a temporary std::string. The
solution is to just drop the .str() from the original StringRef.

This manifested it self as the new TestCompletions test failing in some
configurations.

llvm-svn: 335960
2018-06-29 10:27:18 +00:00
..
API Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
Breakpoint Add missing constness. 2018-06-27 07:01:07 +00:00
Commands Fix use-after-free in CommandCompletions.cpp 2018-06-29 10:27:18 +00:00
Core Change AddressClass type from 'enum' to 'enum class'. 2018-06-26 13:06:54 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
Host Fix macos build for r335244 2018-06-21 15:40:33 +00:00
Initialization Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
Interpreter Remove UUID::SetFromCString 2018-06-21 15:24:39 +00:00
Plugins Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
Symbol Change AddressClass type from 'enum' to 'enum class'. 2018-06-26 13:06:54 +00:00
Target Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
Utility Represent invalid UUIDs as UUIDs with length zero 2018-06-26 15:12:20 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00