lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_enqueue - bug


From: Tim Robbins
Subject: Re: [lwip-users] tcp_enqueue - bug
Date: Fri, 18 Mar 2005 09:45:43 +1100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

address@hidden wrote:
Hello
I found bug in tcp_enqueue.

I'am using LWIP 1.1.0

[...]
Problem is raising when "queuelen >= TCP_SND_QUEUELEN"  is true.

We jump to "memerr:" label and as You see, queue variable is not set, so
we try to free it. And that hangs up stack.

This has already been fixed in CVS, along with one or two other bugs:
http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/lwip/src/core/tcp_out.c.diff?r1=1.41&r2=1.42


Tim




reply via email to

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