diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-05-30 01:18:43 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-27 10:38:43 -0700 |
commit | 753c43534ba817c8bd14b77e6fd0b43dea3892d2 (patch) | |
tree | 4a116674a6a61e88d92a093c78d8fba5907857cf /Documentation/SecurityBugs | |
parent | a56ddb0d36e20774cec963b919d6ce08d41d0e79 (diff) | |
download | lwn-753c43534ba817c8bd14b77e6fd0b43dea3892d2.tar.gz lwn-753c43534ba817c8bd14b77e6fd0b43dea3892d2.zip |
parisc: kernel: using strlcpy() instead of strcpy()
commit ea99b1adf22abd62bdcf14b1c9a0a4d3664eefd8 upstream.
'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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/SecurityBugs')
0 files changed, 0 insertions, 0 deletions