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. master_at_STABLE-2_0_0-117-gc13a43e
Date: Thu, 15 Dec 2016 20:43:08 +0000 (UTC)

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  c13a43e5c8180afb7fbb3288cd736a778fe74a1f (commit)
       via  844c2017026e9ff981fd2a0f0425336c1a34d481 (commit)
      from  62e340067e45aeb18888062c4b010ac1df0617d7 (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 c13a43e5c8180afb7fbb3288cd736a778fe74a1f
Author: sg <address@hidden>
Date:   Thu Dec 15 21:42:46 2016 +0100

    added note about afl-fuzz requiring linux

commit 844c2017026e9ff981fd2a0f0425336c1a34d481
Author: sg <address@hidden>
Date:   Thu Dec 15 21:39:46 2016 +0100

    added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more 
prominent place, even if afl-fuzz still needs *nix to run)

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

Summary of changes:
 test/fuzz/Makefile                              |   52 +++++++++
 test/fuzz/README                                |   34 ++++++
 test/fuzz/fuzz.c                                |  136 +++++++++++++++++++++++
 test/fuzz/inputs/arp/arp_req.bin                |  Bin 0 -> 42 bytes
 test/fuzz/inputs/icmp/icmp_ping.bin             |  Bin 0 -> 98 bytes
 test/fuzz/inputs/ipv6/neighbor_solicitation.bin |  Bin 0 -> 86 bytes
 test/fuzz/inputs/ipv6/router_adv.bin            |  Bin 0 -> 118 bytes
 test/fuzz/inputs/tcp/tcp_syn.bin                |  Bin 0 -> 74 bytes
 test/fuzz/inputs/udp/udp_port_5000.bin          |  Bin 0 -> 50 bytes
 test/{unit => fuzz}/lwipopts.h                  |   26 +++--
 test/fuzz/output_to_pcap.sh                     |   31 ++++++
 11 files changed, 269 insertions(+), 10 deletions(-)
 create mode 100644 test/fuzz/Makefile
 create mode 100644 test/fuzz/README
 create mode 100644 test/fuzz/config.h
 create mode 100644 test/fuzz/fuzz.c
 create mode 100644 test/fuzz/inputs/arp/arp_req.bin
 create mode 100644 test/fuzz/inputs/icmp/icmp_ping.bin
 create mode 100644 test/fuzz/inputs/ipv6/neighbor_solicitation.bin
 create mode 100644 test/fuzz/inputs/ipv6/router_adv.bin
 create mode 100644 test/fuzz/inputs/tcp/tcp_syn.bin
 create mode 100644 test/fuzz/inputs/udp/udp_port_5000.bin
 copy test/{unit => fuzz}/lwipopts.h (82%)
 create mode 100644 test/fuzz/output_to_pcap.sh


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



reply via email to

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