[Lldb-commits] [PATCH] D86388: Fix use-after-free in ThreadPlan, and add test.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 25 12:54:42 PDT 2020


jingham added a comment.

What's calling into the thread plans when WillResume has already been called?  That seems wrong, since the thread list is in an uncertain state, having been cleared out for resume and not reset after the stop.  It seems to me it would be a better fix to ensure that we aren't doing that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86388/new/

https://reviews.llvm.org/D86388



More information about the lldb-commits mailing list