]> git.baikalelectronics.ru Git - kernel.git/commit
[media] anysee: make sure loading modules is const
authorKees Cook <keescook@chromium.org>
Mon, 20 Oct 2014 21:49:04 +0000 (18:49 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 21 Oct 2014 10:49:11 +0000 (08:49 -0200)
commit858f31fb9fdb8b359850030f1004439cfc0e7a03
tree8ca26f868966a062a2c3766b884eda8e67d8a7b4
parentf99e22b51528c83773c89a58819f6e81b433475c
[media] anysee: make sure loading modules is const

Make sure that loaded modules are const char strings so we don't
load arbitrary modules in the future, nor allow for format string
leaks in the module request call.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/anysee.c