[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #25094] Zero-length pbuf
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #25094] Zero-length pbuf |
Date: |
Wed, 15 Apr 2009 20:36:08 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8 |
Follow-up Comment #3, bug #25094 (project lwip):
I just wanted to test this and stumbled over a zero pbuf in tcp_connect.
Kieran, it seems that came in with tcp.c 1.91 (comment: TASK9218: add support
for TCP timestamp options). Is that code tested or why doesn't it work for
me?
Just for information: I get an assertion failure in etharp_query:
LWIP_ASSERT("no packet queues allowed!", (p->len != p->tot_len) || (p->next
== 0));
p->next is null and p->next->(tot_)len is zero.
Note that I didn't even get to the source of *this* bug (where the header
pbuf has zero length; for me the payload pbuf has zero length)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?25094>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #25094] Zero-length pbuf,
Simon Goldschmidt <=
- [lwip-devel] [bug #25094] Zero-length pbuf, Simon Goldschmidt, 2009/04/15
- [lwip-devel] [bug #25094] Zero-length pbuf, Simon Goldschmidt, 2009/04/15
- [lwip-devel] [bug #25094] Zero-length pbuf, Roy Lee, 2009/04/15
- [lwip-devel] [bug #25094] Zero-length pbuf, Kieran Mansley, 2009/04/16
- [lwip-devel] [bug #25094] Zero-length pbuf, Simon Goldschmidt, 2009/04/16
- [lwip-devel] [bug #25094] Zero-length pbuf, Kieran Mansley, 2009/04/16
- [lwip-devel] [bug #25094] Zero-length pbuf, Simon Goldschmidt, 2009/04/19
- [lwip-devel] [bug #25094] Zero-length pbuf, Simon Goldschmidt, 2009/04/19