]> granicus.if.org Git - json-c/commit
Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and "12...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 27 Jun 2020 15:32:19 +0000 (15:32 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 27 Jun 2020 15:35:04 +0000 (15:35 +0000)
commit6eac6986c9a734b183e55a80e84fa67e58c637ff
treea5505815408175534e2206296ac5241156081f4c
parent84e6032883b507f16c877297da97927ea87811f1
Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and "12.3E12E12", while still allowing "0e+" in non-strict mode.
Deprecate the json_parse_double() function from json_util.h
ChangeLog
json_tokener.c
json_util.c
json_util.h
tests/test_parse.c
tests/test_parse.expected