lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0


From: Erik Ekman
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0_0_RC1-11-gce021ba
Date: Tue, 14 Jun 2016 13:40:07 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  ce021ba5c4737d0909d631d2e9f38d7cb39d22a0 (commit)
      from  6dda1600028a358144c7fa93baf76bcf26091a48 (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 ce021ba5c4737d0909d631d2e9f38d7cb39d22a0
Author: Erik Ekman <address@hidden>
Date:   Tue Jun 14 15:35:05 2016 +0200

    Add helper application for fuzzing
    
    Add application suitable for testing fuzzed network input,
    together with some packets to start with.
    
    Use together with american fuzzy lop, see README

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

Summary of changes:
 ports/unix/README                                  |    2 +
 ports/unix/{check => fuzz}/Makefile                |   26 ++---
 ports/unix/fuzz/README                             |   32 ++++++
 ports/unix/{check => fuzz}/config.h                |    0
 ports/unix/fuzz/fuzz.c                             |  110 ++++++++++++++++++++
 ports/unix/fuzz/inputs/arp/arp_req.bin             |  Bin 0 -> 42 bytes
 ports/unix/fuzz/inputs/icmp/icmp_ping.bin          |  Bin 0 -> 98 bytes
 .../fuzz/inputs/ipv6/neighbor_solicitation.bin     |  Bin 0 -> 86 bytes
 ports/unix/fuzz/inputs/ipv6/router_adv.bin         |  Bin 0 -> 118 bytes
 ports/unix/fuzz/inputs/tcp/tcp_syn.bin             |  Bin 0 -> 74 bytes
 ports/unix/fuzz/inputs/udp/udp_port_5000.bin       |  Bin 0 -> 50 bytes
 .../include/arch/init.h => unix/fuzz/lwipopts.h}   |   37 +++++--
 ports/unix/fuzz/output_to_pcap.sh                  |   31 ++++++
 13 files changed, 216 insertions(+), 22 deletions(-)
 copy ports/unix/{check => fuzz}/Makefile (71%)
 create mode 100644 ports/unix/fuzz/README
 copy ports/unix/{check => fuzz}/config.h (100%)
 create mode 100644 ports/unix/fuzz/fuzz.c
 create mode 100644 ports/unix/fuzz/inputs/arp/arp_req.bin
 create mode 100644 ports/unix/fuzz/inputs/icmp/icmp_ping.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/neighbor_solicitation.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/router_adv.bin
 create mode 100644 ports/unix/fuzz/inputs/tcp/tcp_syn.bin
 create mode 100644 ports/unix/fuzz/inputs/udp/udp_port_5000.bin
 copy ports/{old/rtxc/include/arch/init.h => unix/fuzz/lwipopts.h} (55%)
 create mode 100755 ports/unix/fuzz/output_to_pcap.sh


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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