parisc: kernel: using strlcpy() instead of strcpy()
authorChen Gang <[email protected]>
Thu, 30 May 2013 01:18:43 +0000 (01:18 +0000)
committerHelge Deller <[email protected]>
Sat, 1 Jun 2013 12:29:01 +0000 (14:29 +0200)
commitea99b1adf22abd62bdcf14b1c9a0a4d3664eefd8
treea5ae4d443b53c2f338e78bf4799937a2d4501f1e
parent766039022a480ede847659daaa78772bdcc598ae
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 <[email protected]>
Acked-by: Kyle McMartin <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
arch/parisc/kernel/setup.c