]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ecryptfs: Add printf format/argument verification and fix fallout
authorJoe Perches <joe@perches.com>
Wed, 10 Nov 2010 23:46:16 +0000 (15:46 -0800)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 17 Jan 2011 19:01:23 +0000 (13:01 -0600)
commit3d1ef5a5fae239e1c93028c7a784980f0841e868
treea446e3d6f7134a50d5118702fadba04ab5ee3c14
parent1a2fefaec3da4eb3f1dd8ba806381a3a418b7d29
fs/ecryptfs: Add printf format/argument verification and fix fallout

Add __attribute__((format... to __ecryptfs_printk
Make formats and arguments match.
Add casts to (unsigned long long) for %llu.

Signed-off-by: Joe Perches <joe@perches.com>
[tyhicks: 80 columns cleanup and fixed typo]
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
fs/ecryptfs/crypto.c
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/file.c
fs/ecryptfs/keystore.c
fs/ecryptfs/main.c
fs/ecryptfs/mmap.c