linux/drivers/usb/core
Alan Stern f0c2b68198 USB: usbfs: don't leak kernel data in siginfo
When a signal is delivered, the information in the siginfo structure
is copied to userspace.  Good security practice dicatates that the
unused fields in this structure should be initialized to 0 so that
random kernel stack data isn't exposed to the user.  This patch adds
such an initialization to the two places where usbfs raises signals.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-by: Dave Mielke <dave@mielke.cc>
CC: <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-02-24 08:38:46 -08:00
..
buffer.c usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN 2015-01-09 10:21:31 -08:00
config.c
devices.c
devio.c USB: usbfs: don't leak kernel data in siginfo 2015-02-24 08:38:46 -08:00
driver.c USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) 2015-01-31 09:05:06 -08:00
endpoint.c
file.c
generic.c
hcd-pci.c
hcd.c USB: fix use-after-free bug in usb_hcd_unlink_urb() 2015-01-31 09:05:06 -08:00
hub.c USB patches for 3.20-rc1 2015-02-15 10:24:55 -08:00
hub.h
Kconfig
Makefile
message.c USB: don't cancel queued resets when unbinding drivers 2015-01-25 20:54:17 +08:00
notify.c
otg_whitelist.h USB: Add OTG PET device to TPL 2015-01-25 21:20:42 +08:00
port.c
quirks.c USB: Add OTG PET device to TPL 2015-01-25 21:20:42 +08:00
sysfs.c
urb.c
usb-acpi.c
usb.c usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN 2015-01-09 10:21:31 -08:00
usb.h