linux/fs/hostfs
Al Viro e9193059b1 hostfs: fix races in dentry_name() and inode_name()
calculating size, then doing allocation, then filling the
path is a Bad Idea(tm), since the ancestors can be renamed,
leading to buffer overrun.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-09 16:48:14 -04:00
..
Makefile
hostfs.h hostfs: get rid of file_type(), fold init_inode() 2010-08-09 16:48:10 -04:00
hostfs_kern.c hostfs: fix races in dentry_name() and inode_name() 2010-08-09 16:48:14 -04:00
hostfs_user.c hostfs: get rid of file_type(), fold init_inode() 2010-08-09 16:48:10 -04:00