lkml.org 
[lkml]   [2003]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] Re: PPPoE Oops with 2.4.22-rc
From
Date
>>>>> "MS" == Marcus Sundberg <marcus@ingate.com> writes:

MS> this patch fixes one crash in pppoe_connect():

--- linux-2.4.21-rc2/drivers/net/pppoe.c~ Wed May 14 00:08:52 2003
+++ linux-2.4.21-rc2/drivers/net/pppoe.c Wed May 14 00:18:47 2003
@@ -606,7 +606,8 @@
/* Delete the old binding */
delete_item(po->pppoe_pa.sid,po->pppoe_pa.remote);

- dev_put(po->pppoe_dev);
+ if (po->pppoe_dev)
+ dev_put(po->pppoe_dev);

memset(po, 0, sizeof(struct pppox_opt));
po->sk = sk;
Could you explain when/how pppoe_connect gets called with
(pppoe_dev == NULL) but with an old binding?

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

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.072 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site