[Lldb-commits] [EXTERNAL] [lldb] 42c906b - [lldb/API] Fix non null-terminated stop-reason in SBThread::GetStopDescription

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 5 15:32:35 PST 2020


On Wed, 5 Feb 2020 at 15:26, Stella Stamenova via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Does this fix the Windows failures that were reported this morning as well?
>
>
I doubt that. In fact, I'm pretty sure it does not even fix the asan
failure, but I cannot currently prove that because the build is broken in a
couple of other ways too. As Fred pointed out already, you'll need to
ensure that the temporary std::string does not get destroyed.

Also btw, string.c_str() will never be null, so there's no point in
checking that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200205/1fbdf2c2/attachment-0001.html>


More information about the lldb-commits mailing list