[libxml2] Add fuzzing dictionaries to EXTRA_DIST
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Add fuzzing dictionaries to EXTRA_DIST
- Date: Sun, 25 Oct 2020 19:57:43 +0000 (UTC)
commit 8a85263f132b5c9e6a552269166600ab9c1e1426
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Sun Oct 25 20:08:16 2020 +0100
Add fuzzing dictionaries to EXTRA_DIST
Also add static seed corpus for the URI fuzzer.
fuzz/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index 49b955413..2bbdbb1f4 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = -Wno-syntax
EXTRA_PROGRAMS = genSeed html regexp schema uri xml xpath
check_PROGRAMS = testFuzzer
+EXTRA_DIST = html.dict regexp.dict schema.dict xml.dict xpath.dict \
+ seed/uri
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CPPFLAGS = -I$(top_srcdir)/include
DEPENDENCIES = $(top_builddir)/libxml2.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]