diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-24 21:26:44 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-24 21:27:13 +0200 |
commit | 2d43d376d38ebf91d0ef6b8711bdc134aa1abdd6 (patch) | |
tree | f18c25ca41e210ff34a04a67a1f25970d50a7f11 /tar/Makemodule.am | |
parent | e31c0fcd809a649b70e6bab08a8b89f9ced07510 (diff) |
Add minimal test program for fuzzing the tar parser
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar/Makemodule.am')
-rw-r--r-- | tar/Makemodule.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tar/Makemodule.am b/tar/Makemodule.am index b8674c2..551f4cd 100644 --- a/tar/Makemodule.am +++ b/tar/Makemodule.am @@ -8,4 +8,8 @@ tar2sqfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) tar2sqfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS) tar2sqfs_LDADD += $(PTHREAD_LIBS) +tar_fuzz_SOURCES = tar/tar_fuzz.c +tar_fuzz_LDADD = libtar.a libutil.a + bin_PROGRAMS += sqfs2tar tar2sqfs +noinst_PROGRAMS += tar_fuzz |