]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Dec 2019 08:10:49 +0000 (09:10 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Dec 2019 08:10:49 +0000 (09:10 +0100)
  replacements for unbound-fuzzme.c that gets created after applying
  the contrib/unbound-fuzzme.patch.  They are contributed by
  Eric Sesterhenn from X41 D-Sec.

contrib/README
contrib/unbound-fuzzers.tar.bz2 [new file with mode: 0644]
doc/Changelog

index 988b59435ba2a960b44f076649ddca6e1c12d0b8..f12e52f2554babfb5124b0a8f9d6e01e93bf7668 100644 (file)
@@ -40,6 +40,10 @@ distribution but may be helpful.
   redis backend) redis Python modules.
 * unbound-fuzzme.patch: adds unbound-fuzzme program that parses a packet from
   stdin.  Used with fuzzers, patch from Jacob Hoffman-Andrews.
+* unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
+  replacements for unbound-fuzzme.c that gets created after applying
+  the contrib/unbound-fuzzme.patch.  They are contributed by
+  Eric Sesterhenn from X41 D-Sec.
 * drop-tld.diff: adds option drop-tld: yesno that drops 2 label queries,
   to stop random floods.  Apply with patch -p1 < contrib/drop-tld.diff and
   compile.  From Saksham Manchanda (Secure64).  Please note that we think
diff --git a/contrib/unbound-fuzzers.tar.bz2 b/contrib/unbound-fuzzers.tar.bz2
new file mode 100644 (file)
index 0000000..562aa15
Binary files /dev/null and b/contrib/unbound-fuzzers.tar.bz2 differ
index 1378ad24143f698117566a00270d91732acc2d67..106b94bcfec4454bdce5b9074e5a64f13c6e36d8 100644 (file)
@@ -1,3 +1,9 @@
+5 December 2019: Wouter
+       - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
+         replacements for unbound-fuzzme.c that gets created after applying
+         the contrib/unbound-fuzzme.patch.  They are contributed by
+         Eric Sesterhenn from X41 D-Sec.
+
 4 December 2019: Wouter
        - Fix lock type for memory purify log lock deletion.
        - Fix testbound for alloccheck runs, memory purify and lock checks.