MasterJH5574 opened a new pull request, #442: URL: https://github.com/apache/tvm-ffi/pull/442
Cast `*cur_` to `unsigned char` before comparing against space (0x20). On platforms where `char` is signed, bytes >= 0x80 (valid UTF-8 continuation/lead bytes) were misinterpreted as negative values, causing all non-ASCII strings to be rejected as "Invalid control character". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
