1
0
Fork 0
alistair23-linux/fs/autofs4
Sasha Levin e53d77eb8b autofs4: check dev ioctl size before allocating
There wasn't any check of the size passed from userspace before trying
to allocate the memory required.

This meant that userspace might request more space than allowed,
triggering an OOM.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-04-08 16:48:51 -07:00
..
Kconfig fs/Kconfig: move autofs, autofs4 out 2009-01-22 13:15:54 +03:00
Makefile autofs4: add miscellaneous device for ioctls 2008-10-16 11:21:39 -07:00
autofs_i.h autofs4: allow autofs to work outside the initial PID namespace 2014-01-23 16:36:58 -08:00
dev-ioctl.c autofs4: check dev ioctl size before allocating 2014-04-08 16:48:51 -07:00
expire.c autofs: fix symlinks aren't checked for expiry 2014-01-23 16:36:59 -08:00
init.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
inode.c autofs: fix the return value of autofs4_fill_super 2014-01-23 16:36:59 -08:00
root.c autofs: use IS_ROOT to replace root dentry checks 2014-01-23 16:36:59 -08:00
symlink.c autofs: fix symlinks aren't checked for expiry 2014-01-23 16:36:59 -08:00
waitq.c autofs4: translate pids to the right namespace for the daemon 2014-01-23 16:36:59 -08:00