zephyr/lib
Subramanian Meenakshi Sundaram 5193b5576f lib: posix: Fix Out-of-bound write to char array
memcpy copies upto (rc-1)th index but the write of NULL character
to the string is at (rc+1)th index skipping (rc)th index.
The fix addresses this as well.

CID: 186491

Fixes Issue #8280

Signed-off-by: Subramanian Meenakshi Sundaram <subbu147@gmail.com>
2018-07-03 13:01:58 -05:00
..
base64
crc
json
libc lib: kconfig: Remove redundant 'default n' properties 2018-06-22 15:12:48 -04:00
mempool
posix lib: posix: Fix Out-of-bound write to char array 2018-07-03 13:01:58 -05:00
rbtree
ring_buffer
CMakeLists.txt
Kconfig lib: kconfig: Remove redundant 'default n' properties 2018-06-22 15:12:48 -04:00
thread_entry.c