zephyr/tests/lib/json
Christoph Winklhofer d5354449be json: fix encoding of string null pointer
A segmentation fault occurs when a zero initialized struct with a string
field (JSON_TOK_STRING) is encoded. Encode a string null pointer as an
empty JSON string "".

Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
2025-07-11 08:15:36 -10:00
..
src json: fix encoding of string null pointer 2025-07-11 08:15:36 -10:00
CMakeLists.txt
prj.conf json: improve parsing and serializing of integers 2025-04-11 06:32:50 +02:00
testcase.yaml