]> git.ipfire.org Git - thirdparty/json-c.git/commit
Issue #792 - set errno=EINVAL if parsing the string in json_parse_int64 fails, to...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 26 Oct 2022 02:19:38 +0000 (02:19 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 26 Oct 2022 02:19:38 +0000 (02:19 +0000)
commit57bef5edc48ad30e794f64fdfc855e955046d25d
tree93f665983d3ce0181816dc9410e63e536db2d4eb
parent777dd06be83ef7fac71c2218b565557cd068a714
Issue #792 - set errno=EINVAL if parsing the string in json_parse_int64 fails, to match the docs for json_object_get_int.
json_util.c