zephyr/lib/libc/minimal/source
Peter Mitsis 7637d818fc Fix null byte padding in strncpy()
When the source string is shorter than the maximum number of bytes to copy
to the destination string, strncpy() must fill the remaining bytes in the
destination string with null bytes.

Change-Id: I419d11efd1dd33b1437d1891f1bf2ec7647826ee
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:13:45 -05:00
..
stdout Fix checkpatch issue - ERROR:ASSIGN_IN_IF 2016-02-05 20:12:51 -05:00
string Fix null byte padding in strncpy() 2016-02-05 20:13:45 -05:00