This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
json_tokener requires INF and NAN
tags/json-c-0.13-20171207
James Myatt
10 years ago
parent
72310c87a5
commit
9be71700eb
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
json_tokener.c
+ 2
- 1
json_tokener.c
View File
@@ -16,6 +16,7 @@
#include "config.h"
#include <math.h>
#include "math_compat.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
@@ -353,7 +354,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
case json_tokener_state_inf: /* aka starts with 'i' */
{
in
t size_inf;
size_
t size_inf;
int is_negative = 0;
printbuf_memappend_fast(tok->pb, &c, 1);
Write
Preview
Loading…
Cancel
Save