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-403-gbc1da0b
Date: Tue, 23 Jun 2020 19:01:05 -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  bc1da0bddb1694f87be46018c42e24ae2d5999ed (commit)
       via  489405839ae0fea8b99c4896f632eb688dc8a19a (commit)
       via  dd913250a9b574de9a6e4c16fc834f8a14517307 (commit)
       via  b58e0061e0c6ca44e445b7191d9437fd7609f315 (commit)
      from  ff67ce6e071622ba69e54c7c04bbe0c91ce969bb (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 bc1da0bddb1694f87be46018c42e24ae2d5999ed
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jun 24 00:49:52 2020 +0200

    pbuf: Remove redundant tests that pbufs are freed
    
    Already checked by lwip_check_ensure_no_alloc() in teardown function.

commit 489405839ae0fea8b99c4896f632eb688dc8a19a
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jun 24 00:37:42 2020 +0200

    icmp6: Fix copying of chained pbuf in reply
    
    Fixes bug #58553, and the newly added unit test.
    
    The pbuf_take_at loop should probably be made into a pbuf library
    function, which would avoid this mistake in the future and provide
    a simpler implementation of pbuf_copy.

commit dd913250a9b574de9a6e4c16fc834f8a14517307
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jun 24 00:26:23 2020 +0200

    icmp6: add test case for returning copy of chained pbufs
    
    Currently fails due to bug #58553

commit b58e0061e0c6ca44e445b7191d9437fd7609f315
Author: Erik Ekman <erik@kryo.se>
Date:   Tue Jun 23 20:47:05 2020 +0200

    unit: Improve message when the mem heap has usage
    
    Show "mem heap still has 216 bytes allocated"
    instead of "Assertion 'lwip_stats.mem.used == 0' failed"

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

Summary of changes:
 src/core/ipv6/icmp6.c      | 13 +++++++--
 test/unit/core/test_pbuf.c |  4 ---
 test/unit/ip6/test_ip6.c   | 69 +++++++++++++++++++++++++++++++++++++++++++++-
 test/unit/lwip_unittests.c |  3 +-
 4 files changed, 81 insertions(+), 8 deletions(-)


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



reply via email to

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