The GitHub Actions job "CI" on tvm-ffi.git/02-11-json has succeeded.
Run started by GitHub user MasterJH5574 (triggered by MasterJH5574).

Head commit for run:
117d614d7574e481e2bbf5f489e3dfeb28a41e10 / Ruihang Lai <[email protected]>
fix: handle UTF-8 bytes correctly in JSON parser control character check

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/21929658327

With regards,
GitHub Actions via GitBox


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

Reply via email to