cbook added a comment.
Thanks Jason. I don't have commit access. Would you or someone else be able
to commit this?
https://reviews.llvm.org/D36620
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/lis
cbook created this revision.
Prevent negative chars from being sign-extended into isprint and isspace which
take and int and crash if the int is negative.
https://reviews.llvm.org/D36620
Files:
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Index: source/Plugins/Process/gdb-r