diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2015-08-30 15:42:52 +0200 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2015-08-30 15:51:17 +0200 |
commit | e32a877aa48d0e9d87d999026a6c49707b42a7bf (patch) | |
tree | a0d811963f81e51d8a7f9140c8ac6ef35c3d0c65 /Makefile | |
parent | 0d5070c51089deb448476f1abadcea8e185eaf9b (diff) |
luci-lib-jsonc: Ignore non-string-or-number keys in tables
Previously, the following caused a segmentation fault:
json.stringify({[{}] = true})
This was caused by lua_tostring() returning NULL for anything but
strings and numbers, letting json_object_object_add crash.
This patch makes jsonc ignore all keys which have no string
representation altogether.
Signed-off-by: Jan-Philipp Litza <janphilipp@litza.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions