summaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-10-26 09:19:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-11 18:21:46 +0100
commit432798195bbce1f8cd33d1c0284d0538835e25fb (patch)
treebb33155c3b0cb77622e2352520ccd95b9a377e62 /fs/ext4/resize.c
parenttest_firmware: fix error return getting clobbered (diff)
downloadlinux-432798195bbce1f8cd33d1c0284d0538835e25fb.tar.xz
linux-432798195bbce1f8cd33d1c0284d0538835e25fb.zip
uio: Fix an Oops on load
I was trying to solve a double free but I introduced a more serious NULL dereference bug. The problem is that if there is an IRQ which triggers immediately, then we need "info->uio_dev" but it's not set yet. This patch puts the original initialization back to how it was and just sets info->uio_dev to NULL on the error path so it should solve both the Oops and the double free. Fixes: f019f07ecf6a ("uio: potential double frees if __uio_register_device() fails") Reported-by: Mathias Thore <Mathias.Thore@infinera.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: stable <stable@vger.kernel.org> Tested-by: Mathias Thore <Mathias.Thore@infinera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ext4/resize.c')
0 files changed, 0 insertions, 0 deletions