[Lldb-commits] [lldb] [LLDB] Fix Timer MSAN Use After Destroy in Fuzz Tests (PR #186133)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 09:27:50 PDT 2026


https://github.com/JDevlieghere approved this pull request.

Somewhat unfortunate that we need to jump through hoops like this, but I understand why and this looks correct. I wish we could keep the call to Initialize in the `SBDebuggerContextManager` to centralize the logic, but maybe doing it in `LLVMFuzzerInitialize` is more canonical. Either way, LGTM.

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


More information about the lldb-commits mailing list