linux-sg2042/fs/ecryptfs
Al Viro b22e8fedc1 ecryptfs: fix failure handling in ->readlink()
If ecryptfs_readlink_lower() fails, buf remains an uninitialized
pointer and passing it nd_set_link() won't do anything good.

Fixed by switching ecryptfs_readlink_lower() to saner API - make it
return buf or ERR_PTR(...) and update callers.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-01-25 03:13:00 -05:00
..
Kconfig
Makefile
crypto.c tree-wide: use reinit_completion instead of INIT_COMPLETION 2013-11-15 09:32:21 +09:00
debug.c
dentry.c
ecryptfs_kernel.h
file.c eCryptfs: file->private_data is always valid 2013-11-14 12:12:15 -08:00
inode.c ecryptfs: fix failure handling in ->readlink() 2014-01-25 03:13:00 -05:00
keystore.c
kthread.c
main.c
messaging.c
miscdev.c
mmap.c
read_write.c
super.c