This revision was automatically updated to reflect the committed changes.
Closed by commit rL304725: Avoid invalid string access in
ObjCLanguage::MethodName::SetName (authored by sas).
Changed prior to commit:
https://reviews.llvm.org/D33853?vs=101284&id=101429#toc
Repository:
rL LLVM
https
Author: sas
Date: Mon Jun 5 12:44:04 2017
New Revision: 304725
URL: http://llvm.org/viewvc/llvm-project?rev=304725&view=rev
Log:
Avoid invalid string access in ObjCLanguage::MethodName::SetName
Summary:
Don't access `name[1] if the string is only of length 1. Avoids a
crash/assertion failure w
sas added a comment.
This seems like a fairly straightforward fix so I'll merge it.
https://reviews.llvm.org/D33853
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath added a comment.
In https://reviews.llvm.org/D33426#772174, @bgianfo wrote:
> @jingham @labath do you have any more feedback?
As Jim pointed out, the Resume command does not do what I thought it does, so
having it in the test makes no sense. One option would be to just leave out the
ca