zephyr/lib/os
Krzysztof Chruściński 0a54922ba7 lib: cbprintf: fix ubsan errors in cbvprintf_package (take 2)
First approach had to be reverted because it did not pass tests.
Take 2 attempts to use uintptr_t instead of a pointer and cast it
to the expected pointer when necessary.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-22 20:40:49 +02:00
..
zvfs net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
CMakeLists.txt net: sockets: move poll implementation to zvfs 2024-10-14 13:01:51 +02:00
Kconfig
Kconfig.cbprintf
assert.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c lib: cbprintf: fix ubsan errors in cbvprintf_package (take 2) 2024-10-22 20:40:49 +02:00
fdtable.c posix: device_io: implement fileno() 2024-10-14 13:01:51 +02:00
mpsc_pbuf.c
mutex.c
p4wq.c
poweroff.c
printk.c
reboot.c
sem.c
spsc_pbuf.c
thread_entry.c
user_work.c