lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #53224] dhcp6_disable() pcb_allocated need set to zero


From: hanhui
Subject: [lwip-devel] [bug #53224] dhcp6_disable() pcb_allocated need set to zero.
Date: Sun, 25 Feb 2018 06:45:22 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?53224>

                 Summary: dhcp6_disable() pcb_allocated need set to zero.
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Sun 25 Feb 2018 11:45:21 AM UTC
                Category: IPv6
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

dhcp6_disable()
{
    ...
    if (dhcp6->pcb_allocated != 0) {
        dhcp6_dec_pcb_refcount();
        dhcp6->pcb_allocated = 0; /* Need Add this line */
    }
    ...
}





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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