matthieu castet wrote:
Hi,
this patch fix potential null pointer dereference. Found by the
Coverity checker.
add correct path for the file name
Signed-off-by: Duncan Sands <[email protected]>
Signed-off-by: Matthieu CASTET <[email protected]>
Index: ueagle-atm.c
===================================================================
--- linux-2.6.15.old/drivers/usb/atm/ueagle-atm.c (révision 265)
+++ linux-2.6.15/drivers/usb/atm/ueagle-atm.c (révision 266)
@@ -1673,7 +1673,7 @@
sc = kzalloc(sizeof(struct uea_softc), GFP_KERNEL);
if (!sc) {
- uea_err(INS_TO_USBDEV(sc), "uea_init: not enough memory !\n");
+ uea_err(usb, "uea_init: not enough memory !\n");
return -ENOMEM;
}
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]