]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: kernel: using strlcpy() instead of strcpy()
authorChen Gang <gang.chen@asianux.com>
Thu, 30 May 2013 01:18:43 +0000 (01:18 +0000)
committerHelge Deller <deller@gmx.de>
Sat, 1 Jun 2013 12:29:01 +0000 (14:29 +0200)
commit791b734bda83c8a5bd8e8afd092efd2f9905178b
treea5ae4d443b53c2f338e78bf4799937a2d4501f1e
parentc1ea69648bc17726d373ff779d1a6a98ae492fbe
parisc: kernel: using strlcpy() instead of strcpy()

'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