[Lldb-commits] [lldb] [lldb] Remove UnwindPlan::Row shared_ptrs, lite (PR #134081)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 2 06:28:39 PDT 2025


labath wrote:

Ftr, this is what it takes to fix the use after free problem. I didn't do that because it strictly increases the number of copies, and the use pattern is reasonable, but I'd be totally fine with doing that instead (I don't expect anyone will notice the extra copies).

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


More information about the lldb-commits mailing list