zephyr/lib/os
Peter Bigot 10180af38d lib: cbprintf: avoid referencing distinct union fields in a statement
An assignment from one multi-word union field to another was not safe
from corruption.  Copy the value out to a local value before storing it
to the preferred union field.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-01-27 16:45:38 -05:00
..
assert.c
base64.c
cbprintf_complete.c lib: cbprintf: avoid referencing distinct union fields in a statement 2021-01-27 16:45:38 -05:00
cbprintf_nano.c lib: cbprintf: remove cbprintf_arglen 2021-01-07 14:02:06 +01:00
cbprintf.c lib: cbprintf: add libc f/printf substitutes 2021-01-27 13:34:06 -05:00
CMakeLists.txt lib/os: P4 Work Queue: Pooled Parallel Preemptible Priority-based 2021-01-15 11:35:50 -05:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c lib: crc32_sw: 4 bit at a time implementation 2021-01-24 14:24:48 -05:00
dec.c
fdtable.c
heap-validate.c
heap.c z_heap_aligned_alloc(): avoid memory wastage 2021-01-22 10:04:43 -05:00
heap.h lib/os/heap: introduce option to force big heap mode 2021-01-24 10:11:11 -05:00
hex.c
json.c
Kconfig lib/os/heap: introduce option to force big heap mode 2021-01-24 10:11:11 -05:00
Kconfig.cbprintf lib: add cbprintf capability 2020-11-13 06:38:01 -05:00
mutex.c
notify.c
onoff.c
p4wq.c lib/os: P4 Work Queue: Pooled Parallel Preemptible Priority-based 2021-01-15 11:35:50 -05:00
printk.c lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
rb.c
ring_buffer.c tests: ringbuffer: code coverage improvements 2021-01-18 23:12:47 -05:00
sem.c
thread_entry.c
timeutil.c lib/timeutil: add utilities to manage local/reference clock alignment 2021-01-20 16:38:56 -05:00
work_q.c