From: Kees Cook Date: Tue, 11 Mar 2014 20:25:53 +0000 (-0300) Subject: [media] media: rc-core: use %s in rc_map_get() module load X-Git-Tag: v3.15-rc1~85^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea5488a919bbd49941584f773fd66623192ffc0;p=pandora-kernel.git [media] media: rc-core: use %s in rc_map_get() module load rc_map_get() takes a single string literal for the module to load, so make sure it cannot be used as a format string in the call to request_module(). Signed-off-by: Kees Cook Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed