]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix parsing of "-Infinity" when the "-" and "Infinity" are split across multiple...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 27 Nov 2017 05:04:33 +0000 (00:04 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 27 Nov 2017 05:04:33 +0000 (00:04 -0500)
commit48f7e389fb90c3647d0c846694a9456a7bf8ca3f
tree7a8c807f881f22b8a67302748b60a6de8ce888a1
parent4d1e0b44099c85b118f6cdb2c7b116fd92e6f2a4
Fix parsing of "-Infinity" when the "-" and "Infinity" are split across multiple calls.
Add several additional test cases for partial parsing of infinity values.
json_tokener.c
tests/test_parse.c