[Lldb-commits] [PATCH] D95710: [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 9 06:25:42 PST 2021


labath added a comment.

Sorry for grave digging, but my compiler just became smart enough to start complaining about this.



================
Comment at: lldb/source/API/SBLaunchInfo.cpp:392
+  llvm::json::OStream s(stream.ref().AsRawOstream());
+  dict_sp->Serialize(s);
+
----------------
you're dereferencing a null pointer here.


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

https://reviews.llvm.org/D95710



More information about the lldb-commits mailing list