GDBStub: Fix checkSum string to int conversion #1029

Merged
GaryOderNichts merged 1 commit from gdbstub/fix_checksum_string into main 2023-11-27 08:21:52 -03:00
GaryOderNichts commented 2023-11-26 21:58:50 -03:00 (Migrated from github.com)

Since checkSumStr isn't null terminated, this sometimes caused std::stoi to throw an uncaught exception due to invalid characters following on the stack.

Since `checkSumStr` isn't null terminated, this sometimes caused `std::stoi` to throw an uncaught exception due to invalid characters following on the stack.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#1029
No description provided.