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-564-g3a9c1e48
Date: Wed, 10 May 2023 15:00:36 -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  3a9c1e48ddfbe1a29bff0f2ad79cbc7919d724c2 (commit)
       via  59ec032fa9e3ccce5168eb6b2211bdb03bf71d84 (commit)
       via  64f75dbd895241d494fef4ba500045b81b442684 (commit)
       via  a9664395b06261b0c1189be537d8003974c0e7ed (commit)
       via  6b734bbb2c25af7b0b03d6382a8365fbf6b9ef66 (commit)
      from  d8d1e4a0150180bc88cc14dbe17565976780bb85 (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 3a9c1e48ddfbe1a29bff0f2ad79cbc7919d724c2
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date:   Wed May 10 21:00:23 2023 +0200

    altcp_tls_mbedtls: note which version of mbedtls we are compatible to
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 59ec032fa9e3ccce5168eb6b2211bdb03bf71d84
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date:   Wed May 10 20:59:36 2023 +0200

    pppos: add new pppos unit test to vsproj

commit 64f75dbd895241d494fef4ba500045b81b442684
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date:   Wed May 10 20:58:23 2023 +0200

    pppos: fix compiling new pppos unit test
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit a9664395b06261b0c1189be537d8003974c0e7ed
Author: Peter Putz <peter@pycom.io>
Date:   Wed Nov 11 12:21:01 2020 +0100

    pppos: fix in_tail null
    
    happens during quick reconnect of LTE ppp session

commit 6b734bbb2c25af7b0b03d6382a8365fbf6b9ef66
Author: David Cermak <cermak@espressif.com>
Date:   Fri Feb 18 17:55:37 2022 +0100

    PPP: Add test exhibiting empty packet null-deref
    
    Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang

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

Summary of changes:
 contrib/ports/win32/msvc/lwip_unittests.vcxproj    |  2 +
 .../win32/msvc/lwip_unittests.vcxproj.filters      |  9 +++
 src/apps/altcp_tls/altcp_tls_mbedtls.c             |  2 +
 src/netif/ppp/lcp.c                                |  8 ++-
 src/netif/ppp/pppos.c                              |  6 ++
 test/unit/Filelists.cmake                          |  1 +
 test/unit/Filelists.mk                             |  3 +-
 test/unit/lwip_unittests.c                         |  4 ++
 test/unit/lwipopts.h                               |  4 ++
 test/unit/ppp/test_pppos.c                         | 67 ++++++++++++++++++++++
 test/unit/ppp/test_pppos.h                         | 13 +++++
 11 files changed, 116 insertions(+), 3 deletions(-)
 create mode 100644 test/unit/ppp/test_pppos.c
 create mode 100644 test/unit/ppp/test_pppos.h


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



reply via email to

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