commit | f4940ab7c5992d3fabcda039744fb7657749798e | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Tue Aug 20 15:35:04 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Aug 20 15:37:46 2013 +0930 |
tree | ea8a5bb3f5c93a0cef4c0e91ad87017f299bfdec | |
parent | cc56ded3fdd365e07e03315379ee6612a68fd817 [diff] |
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>