The m_thread field of ThreadPlanTracer is not initialized by the constructor leading to undefined behavior in ThreadPlanTracer::GetThread().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D79174
[LLDB] Initialize "ThreadPlanTracer::m_thread" to avoid undefined behavior vangelists on Apr 30 2020, 6:59 AM. Authored by
Details
The m_thread field of ThreadPlanTracer is not initialized by the constructor leading to undefined behavior in ThreadPlanTracer::GetThread().
Diff Detail
|