lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20237] pbuf memory corruption


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #20237] pbuf memory corruption
Date: Fri, 22 Jun 2007 08:57:41 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #1, bug #20237 (project lwip):

As far as I know, this is already fixed in CVS HEAD:

>>> code from CVS HEAD >>>
p->len = length > PBUF_POOL_BUFSIZE - LWIP_MEM_ALIGN_SIZE(offset)?
PBUF_POOL_BUFSIZE - LWIP_MEM_ALIGN_SIZE(offset): length;
<<< code from CVS HEAD <<<

I'm guessing you are using v1.2.0 or previous, not CVS HEAD?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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