[Lldb-commits] [lldb] [LLDB] Fix crash in TypeSystemClang::GetIndexofChildMemberWithName. (PR #117808)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 27 01:16:14 PST 2024


https://github.com/Michael137 commented:

This function is definitely due for a cleanup. Do you have a reduced test-case for this by any chance? One way I see the vector would get cleared is if the recursive call ended up failing in `GetIndexForRecordBase`. This does seem like a plausible crash, but it might also be hiding a different bug. So a test-case would be interesting to see

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


More information about the lldb-commits mailing list