]> git.baikalelectronics.ru Git - kernel.git/commit
module: Fix gratuitous sprintf in module.c
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Jan 2008 22:13:20 +0000 (17:13 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Jan 2008 06:13:21 +0000 (17:13 +1100)
commit0885d8c98a17ffa627e4d6a1924d06f7a267d6fb
tree7c8d0919aa380a0db7ac748d6c4571c00aa5c639
parenteac4439e4f2159c9d563e2d2c425a123bfaef3f8
module: Fix gratuitous sprintf in module.c

Andrew sent an older version of this patch: we shouldn't use sprintf
to copy a string.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c