The GitHub Actions job "CI" on tvm-ffi.git/main has succeeded.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
d3b5532fe68ad0d76dd8e8636a000629a7ec4716 / Ruihang Lai <[email protected]>
fix: handle UTF-8 bytes correctly in JSON parser control character check (#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".

Report URL: https://github.com/apache/tvm-ffi/actions/runs/21930811589

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to