lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #19432] netbuf_ref doesn't check pbuf_alloc result


From: Kieran Mansley
Subject: [lwip-devel] [bug #19432] netbuf_ref doesn't check pbuf_alloc result
Date: Wed, 28 Mar 2007 12:30:55 +0000
User-agent: Opera/8.02 (X11; Linux i686; U; en)

Follow-up Comment #3, bug #19432 (project lwip):

Should the new line:
  buf->ptr = NULL;
be
  buf->p = NULL;

Also, could you update the caller(s) of netbuf_ref() to look at the return
code to do something sensible if there's an error?



    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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