Find a file
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
arch Rename _IsrWrapper camelCase to _isr_wrapper 2016-02-05 20:13:45 -05:00
config First commit 2015-04-10 16:44:37 -07:00
drivers console: Replace uartConsoleInit with uart_console_init 2016-02-05 20:13:45 -05:00
host Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
include Rename _IsrWrapper camelCase to _isr_wrapper 2016-02-05 20:13:45 -05:00
kernel Remove references to K_DataFree 2016-02-05 20:13:45 -05:00
lib/libc/minimal Fix null byte padding in strncpy() 2016-02-05 20:13:45 -05:00
make arm: enable SW_ISR_TABLE/DYNAMIC by default 2016-02-05 20:13:45 -05:00
misc Remove inclusion of unused header files 2016-02-05 20:13:41 -05:00
net Bluetooth: Add full HCI initialization routine 2016-02-05 20:13:44 -05:00
samples samples: remove explicit enabling of SW_ISR_TABLE/DYNAMIC 2016-02-05 20:13:45 -05:00
scripts Rename K_StackSize to _k_server_stack_size 2016-02-05 20:13:44 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore add missing gen_file_path_hash 2015-04-10 20:59:48 -04:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
vxmicro-env.bash Remove reference to CodeSourcery 2016-02-05 20:13:41 -05:00