linux/fs/ecryptfs
Kees Cook cb69f36ba1 ecryptfs: avoid ctx initialization race
It might be possible for two callers to race the mutex lock after the
NULL ctx check. Instead, move the lock above the check so there isn't
the possibility of leaking a crypto ctx. Additionally, report the full
algo name when failing.

Signed-off-by: Kees Cook <keescook@chromium.org>
[tyhicks: remove out label, which is no longer used]
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
2013-09-06 16:58:18 -07:00
..
crypto.c ecryptfs: avoid ctx initialization race 2013-09-06 16:58:18 -07:00
debug.c
dentry.c
ecryptfs_kernel.h
file.c Code cleanups and improved buffer handling during page crypto operations 2013-07-11 10:20:18 -07:00
inode.c
Kconfig
keystore.c
kthread.c
main.c
Makefile
messaging.c
miscdev.c
mmap.c
read_write.c
super.c