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-370-gd05be56
Date: Thu, 20 Feb 2020 15:57:37 -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  d05be56a501876ae4a9d04f6a4be327fb2243179 (commit)
       via  a07e0a82c918557bc48dfec82b49854ebacecea8 (commit)
      from  fc85b055d745feff1d721e5aac298cc1228a1abb (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 d05be56a501876ae4a9d04f6a4be327fb2243179
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Feb 19 21:12:37 2020 +0100

    fuzz: add more fuzz tests
    
    From: Hiromasa Ito <address@hidden>
    
    See bugs #57374-#57380 found by this new test mode.

commit a07e0a82c918557bc48dfec82b49854ebacecea8
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Feb 17 22:05:46 2020 +0100

    test: split fuzz into different files and binaries
    
    This is in preparation to add more fuzzing code...

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

Summary of changes:
 .gitignore                                         |   2 +
 test/fuzz/Makefile                                 |  16 +-
 test/fuzz/README                                   |  10 +-
 test/fuzz/fuzz.c                                   | 155 +-----
 .../include/netif/pcapif.h => test/fuzz/fuzz2.c    |  14 +-
 .../include/netif/pcapif.h => test/fuzz/fuzz3.c    |  15 +-
 test/fuzz/fuzz_common.c                            | 568 +++++++++++++++++++++
 .../lwip/prot/ip.h => test/fuzz/fuzz_common.h      |  35 +-
 test/fuzz/lwipopts.h                               |   3 +
 9 files changed, 624 insertions(+), 194 deletions(-)
 copy contrib/ports/unix/port/include/netif/pcapif.h => test/fuzz/fuzz2.c (87%)
 copy contrib/ports/unix/port/include/netif/pcapif.h => test/fuzz/fuzz3.c (83%)
 create mode 100644 test/fuzz/fuzz_common.c
 copy src/include/lwip/prot/ip.h => test/fuzz/fuzz_common.h (73%)


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



reply via email to

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