GDBStub: Fix checkSum string to int conversion #1029
Loading…
Reference in a new issue
No description provided.
Delete branch "gdbstub/fix_checksum_string"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since
checkSumStr
isn't null terminated, this sometimes causedstd::stoi
to throw an uncaught exception due to invalid characters following on the stack.