linux-xiaomi-chiron/arch/nios2/kernel
Wang Xiayang 91d99a724e nios2: force the string buffer NULL-terminated
strncpy() does not ensure NULL-termination when the input string
size equals to the destination buffer size COMMAND_LINE_SIZE.
Besides, grep under arch/ with 'boot_command_line' shows
no other arch-specific code uses strncpy() when copying
boot_command_line.

Use strlcpy() instead.

This issue is identified by a Coccinelle script.

Signed-off-by: Wang Xiayang <xywang.sjtu@sjtu.edu.cn>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
2019-09-20 14:55:57 +08:00
..
.gitignore
asm-offsets.c
cpuinfo.c
entry.S
head.S
insnemu.S
irq.c
kgdb.c
Makefile
misaligned.c
module.c
nios2_ksyms.c
process.c
prom.c
ptrace.c
setup.c nios2: force the string buffer NULL-terminated 2019-09-20 14:55:57 +08:00
signal.c
sys_nios2.c
syscall_table.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
time.c
traps.c signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
vmlinux.lds.S