aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
diff options
context:
space:
mode:
authorGravatar Jesper Juhl <jj@chaosbits.net> 2011-03-25 01:51:37 +0800
committerGravatar Al Viro <viro@zeniv.linux.org.uk> 2011-03-24 14:54:35 -0400
commit3dc8fe4dca9cd3e4aa828ed36451e2bcfd2350da (patch)
tree9350ad63804b66df6f94781335d509aa5ae8f557 /fs/quota
parentautofs4 - remove autofs4_lock (diff)
downloadlinux-3dc8fe4dca9cd3e4aa828ed36451e2bcfd2350da.tar.gz
linux-3dc8fe4dca9cd3e4aa828ed36451e2bcfd2350da.tar.bz2
linux-3dc8fe4dca9cd3e4aa828ed36451e2bcfd2350da.zip
autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()
In fs/autofs4/dev-ioctl.c::autofs_dev_ioctl_setpipefd() we call fget(), which may return NULL, but we do not explicitly test for that NULL return so we may end up dereferencing a NULL pointer - bad. When I originally submitted this patch I had chosen EBUSY as the return value to use if this happens. Ian Kent was kind enough to explain why that would most likely be wrong and why EBADF should most likely be used instead. This version of the patch uses EBADF. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/quota')
0 files changed, 0 insertions, 0 deletions