diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-08-20 15:35:04 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-08-20 15:37:46 +0930 |
commit | f4940ab7c5992d3fabcda039744fb7657749798e (patch) | |
tree | ea8a5bb3f5c93a0cef4c0e91ad87017f299bfdec /include/linux/module.h | |
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>
Diffstat (limited to 'include/linux/module.h')
0 files changed, 0 insertions, 0 deletions