linux/drivers/net/usb
Micah Gruber 9351982b25 Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/net/usb/pegasus.c
This patch fixes a potential null dereference bug where we dereference
pegasus before a null check. This patch simply moves the dereferencing
after the null check.

Signed-off-by: Micah Gruber <micah.gruber@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-07-30 15:44:50 -04:00
..
Kconfig
Makefile
asix.c
catc.c
cdc_ether.c
cdc_subset.c cdc-subset to support new vendor/product ID 2007-07-16 18:29:15 -04:00
dm9601.c
gl620a.c
kaweth.c
kawethfw.h
mcs7830.c
net1080.c
pegasus.c Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/net/usb/pegasus.c 2007-07-30 15:44:50 -04:00
pegasus.h
plusb.c
rndis_host.c
rtl8150.c
usbnet.c
usbnet.h
zaurus.c