git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7660390
)
parisc: kernel: using strlcpy() instead of strcpy()
author
Chen Gang
<gang.chen@asianux.com>
Thu, 30 May 2013 01:18:43 +0000
(
01:18
+0000)
committer
Helge Deller
<deller@gmx.de>
Sat, 1 Jun 2013 12:29:01 +0000
(14:29 +0200)
'boot_args' is an input args, and 'boot_command_line' has a fix length.
So use strlcpy() instead of strcpy() to avoid memory overflow.
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/setup.c
patch
|
blob
|
history
diff --cc
arch/parisc/kernel/setup.c
Simple merge