[Lldb-commits] [PATCH] D55653: [lldb-mi] Check raw pointers before passing them to std::string ctor/assignment
Hafiz Abid Qadeer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 25 03:57:56 PST 2019
abidh accepted this revision.
abidh added a comment.
This revision is now accepted and ready to land.
The lldb-mi bits look ok to me.
================
Comment at: tools/lldb-mi/MIUtilString.h:36
va_list vArgs);
+
static bool IsAllValidAlphaAndNumeric(const char *vpText);
----------------
May be spurious new line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55653/new/
https://reviews.llvm.org/D55653
More information about the lldb-commits
mailing list