[Lldb-commits] [lldb] [lldb] Fix a use-after-free in SymbolFileCTF (PR #151586)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 31 14:02:47 PDT 2025


https://github.com/bulbazord commented:

I think I'm missing something. Instead of removing it at the end of `ResolveTypeUID`, you remove it right _after_ the call to `ResolveTypeUID`. What's the difference? 

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


More information about the lldb-commits mailing list