lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #17500] UDP PCB remove error!


From: anonymous
Subject: [lwip-devel] [bug #17500] UDP PCB remove error!
Date: Tue, 22 Aug 2006 12:11:01 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)

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

                 Summary: UDP PCB remove error!
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: None
            Submitted on: Tuesday 08/22/06 at 12:11 UTC
                Category: UDP
                Severity: 3 - Normal
              Item Group: Crash Error
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

in udp_remove method, the following statement has a error! 

"if (pcb2->next != NULL && pcb2->next == pcb) {
      /* remove pcb from list */
      pcb2->next = pcb->next;
    }" 

it should be "...pcb2->next = pcb2->next->next;...."






    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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