From: Sasha Levin Date: Tue, 8 Apr 2014 23:04:11 +0000 (-0700) Subject: autofs4: check dev ioctl size before allocating X-Git-Tag: v3.2.69~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9247b6d794b82e7e8bc0cb7a936181015c8e90;p=pandora-kernel.git autofs4: check dev ioctl size before allocating commit e53d77eb8bb616e903e34cc7a918401bee3b5149 upstream. 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 Signed-off-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed