zephyr/lib/os
Rico Ganahl f2affbd973 os: lib: bin2hex: fix memory overwrite
Destination buffer size could be too small by one,
but null termination is still written. This could cause an
overwrite in contiguous memory without notice.

Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch>
2022-04-13 13:43:53 -07:00
..
assert.c
base64.c
bitarray.c os/lib: change all NULL checking in bitarray.c to asserts 2022-04-05 14:29:33 -04:00
cbprintf_complete.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
cbprintf_nano.c
cbprintf_packaged.c lib: os: cbprintf: Add CBPRINTF_PACKAGE_COPY_KEEP_RO_STR flag 2022-03-29 23:03:35 -04:00
cbprintf.c
CMakeLists.txt debug: Revert ASSERT options dependency 2022-03-29 12:29:55 -07:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
dec.c
fdtable.c
heap_listener.c
heap-validate.c sys: heap: support maximum allocated bytes statistic 2022-04-13 13:27:28 -07:00
heap.c sys: heap: support maximum allocated bytes statistic 2022-04-13 13:27:28 -07:00
heap.h sys: heap: support maximum allocated bytes statistic 2022-04-13 13:27:28 -07:00
hex.c os: lib: bin2hex: fix memory overwrite 2022-04-13 13:43:53 -07:00
json.c
Kconfig
Kconfig.cbprintf
Kconfig.heap
mem_blocks.c os/lib: change all NULL checking in mem_blocks.c to asserts 2022-04-05 14:29:33 -04:00
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c
printk.c
rb.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c