提交 0a3379cb 编写于 作者: G Ganlin Zhao

[TD-10445]<enhance>: change cJSON numberstring buffer to 64 bytes

to accomadates more digits.
上级 04e39607
......@@ -73,7 +73,7 @@ typedef struct cJSON
char *string;
//Keep the original string of number
char numberstring[22]; /* change this to 22 bytes to accommodate LLONG_MAX and LLONG_MINX*/
char numberstring[64];
} cJSON;
typedef struct cJSON_Hooks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册