lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #30038] dhcp_network_changed doesn't reset AUTOIP coop


From: Bill Auerbach
Subject: [lwip-devel] [bug #30038] dhcp_network_changed doesn't reset AUTOIP coop state
Date: Thu, 03 Jun 2010 19:02:59 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)

Follow-up Comment #1, bug #30038 (project lwip):

An additional bug in dhcp.c:

A memory fault will occur before LWIP_ERROR can indicate the problem:

  struct dhcp *dhcp = netif->dhcp;
  LWIP_ERROR("dhcp_stop: netif != NULL", (netif != NULL), return;);


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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