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-387-g003d34e
Date: Fri, 27 Mar 2020 17:59:53 -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  003d34eebd223c16a3dbf6a970bb6e23cb7d1a24 (commit)
       via  e30d50710db248ff274949b1d1eeae8f6d903334 (commit)
      from  003f5cc12db894fa2c0e6436054102f7e84a0cc4 (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 003d34eebd223c16a3dbf6a970bb6e23cb7d1a24
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Mar 27 22:59:05 2020 +0100

    tcp: fix sequence number comparison
    
    This fixes both undefined behavior (see bug #51447) as well as a possible 
bug
    where sequence numbers in 31 bit distance may come through.

commit e30d50710db248ff274949b1d1eeae8f6d903334
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Mar 27 22:42:06 2020 +0100

    fuzz: allow overriding LWIP_RAND for fuzz tests
    
    Fuzz tests need reproducible code, so we need an "unsafe" version of
    LWIP_RAND() in this case...
    
    Also, to reproduce fuzz tests cases from Linux on Windows,
    LWIP_RAND_FOR_FUZZ_SIMULATE_GLIBC provides the first 20 random numbers that
    glibc would have...

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

Summary of changes:
 src/include/lwip/arch.h          |  9 +++++++++
 src/include/lwip/priv/tcp_priv.h | 11 ++++-------
 test/fuzz/fuzz_common.c          | 29 +++++++++++++++++++++++++++++
 test/fuzz/lwipopts.h             |  1 +
 4 files changed, 43 insertions(+), 7 deletions(-)


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



reply via email to

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