Commit 261da2a6 authored by Max Dymond's avatar Max Dymond Committed by Daniel Stenberg
Browse files

ossfuzz: add some more handled CURL options

Add support for HEADER, COOKIE, RANGE, CUSTOMREQUEST, MAIL_RECIPIENT,
MAIL_FROM and uploading data.
parent 1ae2704d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ LDADD = $(top_builddir)/lib/libcurl.la \
include Makefile.inc

checksrc:
	@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
	@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.cc

noinst_PROGRAMS = $(FUZZPROGS)
noinst_LIBRARIES = $(FUZZLIBS)
+226 B

File added.

No diff preview for this file type.

+464 B

File added.

No diff preview for this file type.

+179 B

File added.

No diff preview for this file type.

+336 B

File added.

No diff preview for this file type.

Loading