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_1_0_RELEASE-504-g3a788b6
Date: Wed, 12 May 2021 15:07:02 -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  3a788b6e8b4b39e07a2cc700c7cf7f0291ee52dd (commit)
       via  fa5ca55c9d788dbb2ba5d2d4debc90a215d0d038 (commit)
      from  b0e347158d8db640c6891f9f31f4e6d19dca200b (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 3a788b6e8b4b39e07a2cc700c7cf7f0291ee52dd
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed May 12 21:04:46 2021 +0200

    dhcp: remove acd handle when stopping dhcp
    
    see bug #57706

commit fa5ca55c9d788dbb2ba5d2d4debc90a215d0d038
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed May 12 21:00:10 2021 +0200

    pbuf_realloc: check that mem_trim does not move the memory
    
    Our own implementation does not do this, but overridden implementations
    calling 'realloc()' might invalidly do this

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

Summary of changes:
 src/core/ipv4/acd.c    | 28 ++++++++++++++++++++++++++++
 src/core/ipv4/dhcp.c   |  8 ++++++++
 src/core/pbuf.c        |  7 +++++--
 src/include/lwip/acd.h |  7 +------
 4 files changed, 42 insertions(+), 8 deletions(-)


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



reply via email to

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