Fix vexing bug in ISO splitter -- casting a signed char to int caused the
program to overwrite a section of the global offset table! Changing this to unsigned char fixes the problem.
Showing
Please register or sign in to comment
program to overwrite a section of the global offset table! Changing this to unsigned char fixes the problem.