[Lldb-commits] [lldb] [LLDB]Fix buffer-over-flow bug introduced in 157170 (PR #159588)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 18 08:18:43 PDT 2025


https://github.com/dmpots commented:

Thanks for the fix. The new variable `m_executable_name` is used to save the name so that we can find the NT_FILE entries for the main executable, which is handled in a different part of the code.

There is the same fix in #159375.

https://github.com/llvm/llvm-project/pull/159588


More information about the lldb-commits mailing list