]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix issue #875: cast to unsigned char so bytes above 0x7f aren't interpreted as negat...
authorEric Hawicz <erh+git@nimenees.com>
Sat, 9 Nov 2024 03:20:40 +0000 (22:20 -0500)
committerEric Hawicz <erh+git@nimenees.com>
Sat, 9 Nov 2024 03:20:40 +0000 (22:20 -0500)
commit565f181f656439847ef79650caad5c0b6c20171b
tree2fd0617ed13f803b0316e5f242d151d5a99e332e
parent474ee12435e671607c02f764b173258e3a059eda
Fix issue #875: cast to unsigned char so bytes above 0x7f aren't interpreted as negative, which was causing the strict-mode control characters check to incorrectly trigger.
json_tokener.c
tests/test_parse.c
tests/test_parse.expected