|
From: | Christiaan Simons |
Subject: | [lwip-devel] [bug #17500] UDP PCB remove error! |
Date: | Tue, 29 Aug 2006 09:24:52 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 |
Update of bug #17500 (project lwip): Status: None => Invalid Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #1: Can't see the bug here. E.g. [a]->[b]->[c] where pcb points to [b] (the pcb to be removed) at the first iteration pcb2->next will also point to [b] thus equals pcb. pcb2->next (a.next) must be assigned pcb->next (b.next). pcb2->next->next equals pcb->next so this is pointless. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?17500> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |