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

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 18 08:20:24 PDT 2025


oontvoo wrote:

> 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.

Oops, my bad - hadn't noticed the existing fix. This was breaking our internal build so I thought I'd just merge the fix quickly.

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


More information about the lldb-commits mailing list