[Lldb-commits] [lldb] [lldb-dap] Fix segfault in JSONUtils.cpp when GetUUIDString() returns nullptr (PR #169844)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 1 03:06:38 PST 2025
aahrun wrote:
> we could also update it here. both the `module_id` type and the call to `llvm::StringRef`.
>
> https://github.com/llvm/llvm-project/blob/6c0d5aad7fa8756221a415fc3bf2bb6c7bf974f6/lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp#L63-L68
I've extended the fix to cover this too. Let me know what you think.
https://github.com/llvm/llvm-project/pull/169844
More information about the lldb-commits
mailing list