zephyr/lib/utils
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
..
base64.c
bitarray.c utils: bitarray: fix comparison of int of different signs 2025-05-13 10:05:52 +02:00
CMakeLists.txt linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
cobs.c lib: utils: add consistent overhead byte stuffing 2025-03-11 05:36:49 +01:00
dec.c
hex.c lib: hex: remove unnecessary defensive programming 2025-06-11 10:25:14 -07:00
json.c json: fix encoding of string null pointer 2025-07-11 08:15:36 -10:00
Kconfig json: improve parsing and serializing of 'float' and 'double' 2025-04-09 22:05:14 +02:00
last_section_id.c linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
notify.c
onoff.c
rb.c
ring_buffer.c ring_buffer: shrink size of struct ring_buf 2025-03-11 08:59:05 +01:00
timeutil.c
utf8.c
winstream.c