[Lldb-commits] [lldb] [lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (PR #155331)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 27 17:05:32 PDT 2025
JDevlieghere wrote:
Can we solve this by handing down a weak pointer to the module? That way we can check if the ref count has hit zero.
https://github.com/llvm/llvm-project/pull/155331
More information about the lldb-commits
mailing list