Files
clang-p2996/lldb/source/Plugins/ObjectContainer
Jonas Devlieghere 919caa89ee [lldb] Don't crash on malformed filesets (#98388)
The memory read can fail for a malformed fileset. Handle it gracefully
instead of passing a nullptr to the std::string constructor.

rdar://131477833
2024-07-10 14:16:56 -07:00
..