Prevent negative chars from being sign-extended into isprint and isspace which take and int and crash if the int is negative.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This looks good, the documentation for isprint() say that the value of the argument must be representable as an unsigned char, or EOF.
Comment Actions
Thanks Jason. I don't have commit access. Would you or someone else be able to commit this?
Comment Actions
Sending source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Transmitting file data .done
Committing transaction...
Committed revision 311207.