lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-631-g7617a76
Date: Wed, 26 Apr 2017 14:16:47 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  7617a76b19b9a68b1312772e5b6ee5c32c5f00e5 (commit)
       via  4c9b316e6b318cf8332cf9d6a53eb77a100b3ef4 (commit)
      from  fc7a68b5af12af235062a5f4c0c1a6af4ef9bb92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7617a76b19b9a68b1312772e5b6ee5c32c5f00e5
Author: goldsimon <address@hidden>
Date:   Wed Apr 26 20:16:27 2017 +0200

    added unit test to allocate zero length pbufs

commit 4c9b316e6b318cf8332cf9d6a53eb77a100b3ef4
Author: Axel Lin <address@hidden>
Date:   Thu Apr 27 00:10:52 2017 +0800

    pbuf: Fix allocate zero length pbuf
    
    Current code fails to allocate zero length pbuf (e.g. for PBUF_RAW 
PBUF_POOL),
    fix it.
    
    Fixes: eb269e61b5d3 ("First step to clean up pbuf implementation: add 
pbuf_alloc_reference() to allocate pbufs referencing external payload; move 
member initialization to common function; simplify PBUF_POOL chain allocator")
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/core/pbuf.c            |  4 ++--
 test/unit/core/test_pbuf.c | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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