[PATCH] Re: test11-pre5

From: Dan Aloni (karrde@callisto.yi.org)
Date: Tue Nov 14 2000 - 17:45:36 EST


against: test11-pre5
summery: dev_3c501.name shouldn't be NULL, or we get oops
reason: Correct me if I'm wrong, but 3c501.c:init_module() calls
net_init.c:register_netdev(&dev_3c501), which calls strchr(),
{and might also,which might} dereference dev_3c501.name.

--- linux/drivers/net/3c501.c Wed Nov 15 00:30:40 2000
+++ linux/drivers/net/3c501.c Wed Nov 15 00:31:44 2000
@@ -915,6 +915,7 @@
 #ifdef MODULE
 
 static struct net_device dev_3c501 = {
+ name: "",
         init: el1_probe,
         base_addr: 0x280,
         irq: 5,

-- 
Dan Aloni 
dax@karrde.org

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:27 EST