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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1015-g41cf401
Date: Mon, 6 Nov 2017 06:26:56 -0500 (EST)

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  41cf4012af62efd99e52851954731dae1e2659a7 (commit)
       via  c1efb9e2961aa75295158f68505547fdbf53c6f2 (commit)
      from  7eb462867b53f33900485daf9c99e9e1b8d9b9b9 (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 41cf4012af62efd99e52851954731dae1e2659a7
Author: Axel Lin <address@hidden>
Date:   Fri Oct 27 11:37:29 2017 +0800

    pbuf: Simplify pbuf_get_contiguous implementation
    
    Use pbuf_skip_const() to simplify the implementation.
    
    Signed-off-by: Axel Lin <address@hidden>

commit c1efb9e2961aa75295158f68505547fdbf53c6f2
Author: Axel Lin <address@hidden>
Date:   Mon Oct 30 10:45:55 2017 +0800

    pbuf: Make pbuf_add_header/pbuf_remove_header return error if invalid 
parameters
    
    It does not make sense to return success in p == NULL or
    invalid header_size_increment/header_size_decrement cases. Fix it.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/pbuf.c | 46 ++++++++++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 20 deletions(-)


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



reply via email to

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