zephyr/lib/os
Krzysztof Chruściński c48d61a4b4 lib: os: cbprintf: Fix size miscalculation in cbprintf_convert
When package contained RO string positions and flag indicates that
they shall not be kept, length was miscalculated which could lead
to failures (e.g. memory corruption).

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-12-28 12:18:50 +00:00
..
CMakeLists.txt lib: move utilities into own folder 2023-12-22 09:54:12 +01:00
Kconfig lib: move utilities into own folder 2023-12-22 09:54:12 +01:00
Kconfig.cbprintf libc/picolibc: Support 'long long' and 'minimal' printf variants 2023-11-20 06:07:58 -05:00
assert.c llext: export some symbols 2023-12-01 10:08:12 -05:00
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c lib: os: cbprintf: Fix size miscalculation in cbprintf_convert 2023-12-28 12:18:50 +00:00
fdtable.c syscall: rename z_object_recycle -> k_object_recycle 2023-11-03 11:46:52 +01:00
mpsc_pbuf.c
mutex.c syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
p4wq.c kernel: move wait_q.h header to be internal 2023-09-12 12:55:36 -04:00
poweroff.c
printk.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
reboot.c
sem.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
spsc_pbuf.c
thread_entry.c kernel: Option to not use tls to get current thread 2023-11-21 15:49:48 +01:00
user_work.c