lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7088] DNS with custom malloc/realloc contains a dou


From: Kieran Mansley
Subject: [lwip-devel] [patch #7088] DNS with custom malloc/realloc contains a double free in RAM pbuf realloc
Date: Thu, 11 Feb 2010 12:35:22 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

Update of patch #7088 (project lwip):

         Planned Release:                    None => 1.4.0                  

    _______________________________________________________

Follow-up Comment #1:

Note that this isn't really a bug in lwIP.  The standard definition of
pbuf_realloc() and mem_realloc() guarantee not to change the memory pointed to
by the pbuf, just reduce the length of the pbuf.

I can't see much harm in changing the API in the way you suggest however, so
I think this should go in.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7088>

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





reply via email to

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