mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 04:49:06 +08:00
json_object_deep_copy: fix deep copy of strings containing '\0'
This commit is contained in:
@@ -18,6 +18,7 @@ static const char *json_str1 =
|
||||
" \"GlossDiv\": {"
|
||||
" \"title\": \"S\","
|
||||
" \"null_obj\": null, "
|
||||
" \"null_str\": \" \\u0000 \","
|
||||
" \"GlossList\": {"
|
||||
" \"GlossEntry\": {"
|
||||
" \"ID\": \"SGML\","
|
||||
|
||||
Reference in New Issue
Block a user