summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorDavid Howells2015-09-11 22:07:36 +0200
committerLinus Torvalds2015-09-12 00:21:34 +0200
commit7c0d35a339db612aae5496424030307128f088a9 (patch)
tree4b5c12baf5221d49fec2d2670d169059aa397247 /kernel/Makefile
parentMerge tag 'sound-fix-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
downloadkernel-qcow2-linux-7c0d35a339db612aae5496424030307128f088a9.tar.gz
kernel-qcow2-linux-7c0d35a339db612aae5496424030307128f088a9.tar.xz
kernel-qcow2-linux-7c0d35a339db612aae5496424030307128f088a9.zip
MODSIGN: fix a compilation warning in extract-cert
Fix the following warning when compiling extract-cert: scripts/extract-cert.c: In function `write_cert': scripts/extract-cert.c:89:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(!i2d_X509_bio(wb, x509), cert_dst); ^ whereby the ERR() macro is taking cert_dst as the format string. "%s" should be used as the format string as the path could contain special characters. Signed-off-by: David Howells <dhowells@redhat.com> Reported-by: Jim Davis <jim.epost@gmail.com> Acked-by : David Woodhouse <david.woodhouse@intel.com> Cc: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions