lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #28562] Segfault @ err_tcp


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #28562] Segfault @ err_tcp
Date: Thu, 14 Jan 2010 15:43:47 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

Follow-up Comment #8, bug #28562 (project lwip):

I think the cause rather might be 'conn->pcb.tcp = NULL;' in err_tcp(),
because the one in netconn_delete() is executed after do_delconn() (which in
turn executes netconn_drain()).

Anyway, I didn't think the pcb might be null here, which it can (due to
err_tcp), so I've included an if(!=NULL) around the calls, which should solve
the problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28562>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]