Skip to content
Commit ea99b1ad authored by Chen Gang's avatar Chen Gang Committed by Helge Deller
Browse files

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: default avatarChen Gang <gang.chen@asianux.com>
Acked-by: default avatarKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 76603902
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment