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-376-gadbc5b5
Date: Thu, 5 Mar 2020 15:21:49 -0500 (EST)

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  adbc5b5f716d108966bcf606e61de60b83f525a5 (commit)
       via  a02f34a19330c7ac1e465a4e1cdb8cc897dd0326 (commit)
       via  a9052caf102f967631add7af144f9a20b30c5783 (commit)
      from  0192fe773ec28e11f66ec76f4e827fbb58b7e257 (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 adbc5b5f716d108966bcf606e61de60b83f525a5
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Mar 5 21:20:35 2020 +0100

    tcp: tighten up checks for received SYN
    
    Any malicous segment could contain a SYN up to now (no check).
    A SYN in the wrong segment could break OOSEQ queueing.
    Fix this by allowing SYN only in states where it is required.
    
    See bug #56397: Assert "tcp_receive: ooseq tcplen > rcv_wnd"
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit a02f34a19330c7ac1e465a4e1cdb8cc897dd0326
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Mar 5 21:00:00 2020 +0100

    fuzz: add pcap output to help debugging fuzz crashes

commit a9052caf102f967631add7af144f9a20b30c5783
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Mar 5 20:49:41 2020 +0100

    fuzz: add debug output to help debugging fuzz crashes

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

Summary of changes:
 src/core/tcp_in.c       | 17 +++++++--
 test/fuzz/fuzz_common.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+), 4 deletions(-)


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



reply via email to

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