diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-08-20 10:05:04 +0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-08-20 10:07:46 +0400 |
commit | f4940ab7c5992d3fabcda039744fb7657749798e (patch) | |
tree | ea8a5bb3f5c93a0cef4c0e91ad87017f299bfdec /scripts | |
parent | cc56ded3fdd365e07e03315379ee6612a68fd817 (diff) | |
download | linux-f4940ab7c5992d3fabcda039744fb7657749798e.tar.xz |
kernel/params.c: use scnprintf() instead of sprintf()
For some strings (e.g. version string), they are permitted to be larger
than PAGE_SIZE (although meaningless), so recommend to use scnprintf()
instead of sprintf().
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions