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. STABLE-2_2_0_RELEASE-27-gc8f42025
Date: Tue, 10 Oct 2023 10:31:50 -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  c8f42025ce3db081d5a279a91cc8791578d0ae63 (commit)
       via  16e8ef31453d3b81765b2401a8be6938b4846a1a (commit)
      from  76c7ac5cf90f3addb6bc5eedecab7c5b817f903f (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 c8f42025ce3db081d5a279a91cc8791578d0ae63
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Sat Oct 7 22:44:52 2023 +0200

    ipv6 reassembly: fix detecting holes in reassembled packets
    
    Added unit test for reassembly.
    
    See bug #64767

commit 16e8ef31453d3b81765b2401a8be6938b4846a1a
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Tue Oct 10 13:44:16 2023 +0200

    ipv6: fix ip6_current_header() after reassembly
    
    ip6_current_header() should point to the header before the reassembled data,
    not to the first received pbuf (not necessarily the same).
    
    See bug #64031

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

Summary of changes:
 src/core/ipv6/ip6.c      |  3 +-
 src/core/ipv6/ip6_frag.c | 14 ++++++++
 src/include/lwip/stats.h |  5 ++-
 test/unit/ip6/test_ip6.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 110 insertions(+), 3 deletions(-)


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



reply via email to

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