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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-415-g8363c24
Date: Fri, 3 Jul 2020 12:56:30 -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  8363c24e45a32728e385cfc2c3c36d88a8a9e70b (commit)
       via  2bf8fcd7c24037cc8ce3470bd3012efa4d0357bc (commit)
      from  942ca825d074e1c95e9af88e0d9f3b3378c2465c (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 8363c24e45a32728e385cfc2c3c36d88a8a9e70b
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jul 1 22:05:28 2020 +0200

    zepif: Copy possibly chained output pbuf properly
    
    Fixes bug #58554

commit 2bf8fcd7c24037cc8ce3470bd3012efa4d0357bc
Author: Erik Ekman <erik@kryo.se>
Date:   Mon Jun 29 20:44:38 2020 +0200

    pbuf: Add pbuf_copy_partial_pbuf library function
    
    Like pbuf_copy, but can copy part of a pbuf to an offset in another.
    pbuf_copy now uses this function internally.
    
    Replace pbuf_take_at loop in icmp6 with pbuf_copy_partial_pbuf().

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

Summary of changes:
 src/core/ipv6/icmp6.c      | 13 ++----------
 src/core/pbuf.c            | 51 ++++++++++++++++++++++++++++++++++++++--------
 src/include/lwip/pbuf.h    |  1 +
 src/netif/zepif.c          |  2 +-
 test/unit/core/test_pbuf.c | 48 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 94 insertions(+), 21 deletions(-)


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



reply via email to

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