Spdk/lib/json
Derek Su 69f656824e Always append one double quote char in the end of string
The returned value write_string_or_name() is not really checked, so one double quote char error
is not identified and the broken json string is directly sent to the client.

To address the issue, the workaround is always appending one double quote char in the end of string.

TODO:
1. Find the root cause
2. Check the returned value of write_string_or_name()

Longhorn 6190

Signed-off-by: Derek Su <derek.su@suse.com>
2023-06-27 09:00:15 +08:00
..
json_parse.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
json_util.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
json_write.c Always append one double quote char in the end of string 2023-06-27 09:00:15 +08:00
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
spdk_json.map json: add spdk_json_write_named_double 2022-11-22 10:01:43 +00:00