commit | 9edf0f670bdc8fa8b6676893b0a3bd2bf30a2362 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Sep 10 21:37:19 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 17 07:39:27 2013 -0700 |
tree | 297d5285d81537314dd43126f8fc216383be2dd1 | |
parent | 1ea12fef83c3269eb7ba04f1d20db00c581515b2 [diff] |
staging: lustre: clean up format string usages This fixes up the usage of snprintf, strncpy, and format strings in the call to kthread_run to avoid ever accidentally allowing a format string into the thread name. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>