summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/iowarrior.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2019-10-09 18:38:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-10 13:43:19 +0300
commit93ddb1f56ae102f14f9e46a9a9c8017faa970003 (patch)
treeec12a95e4be65636657bbf3f9f095dd468936bf2 /drivers/usb/misc/iowarrior.c
parent123a0f125fa3d2104043697baa62899d9e549272 (diff)
downloadlinux-93ddb1f56ae102f14f9e46a9a9c8017faa970003.tar.xz
USB: chaoskey: fix use-after-free on release
The driver was accessing its struct usb_interface in its release() callback without holding a reference. This would lead to a use-after-free whenever the device was disconnected while the character device was still open. Fixes: 66e3e591891d ("usb: Add driver for Altus Metrum ChaosKey device (v2)") Cc: stable <stable@vger.kernel.org> # 4.1 Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://lore.kernel.org/r/20191009153848.8664-3-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/iowarrior.c')
0 files changed, 0 insertions, 0 deletions