lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #26397] SLIP polling support


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #26397] SLIP polling support
Date: Wed, 26 Aug 2009 21:03:39 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2

Update of bug #26397 (project lwip):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #12:

I've just checked in the patches for slipif.c/.h (slightly modified). I do
hope it works since I can only compile it, not really test it.

There is one (possible) bug fixed: I changed
pbuf_alloc(PBUF_LINK, PBUF_POOL_BUFSIZE, PBUF_POOL);
to
pbuf_alloc(PBUF_LINK, (PBUF_POOL_BUFSIZE - PBUF_LINK_HLEN), PBUF_POOL);

The old version must have had a (memory leak or data error) bug since
PBUF_LINK + PBUF_POOL_BUFSIZE results in allocating 2 pbufs from the pool, one
of which at least does not get filled or maybe even get lost while cat'ing the
pbufs.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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