public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob ae5ecd8db25d39c66918ec14568ce4364b8fb004 336 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
# SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (c) 2021 Red Hat GmbH
# Author: Stefano Brivio <sbrivio@redhat.com>
# Author: Richard W.M. Jones <rjones@redhat.com>

all: fuzz-wrapper

CFLAGS := -g -O2

fuzz-wrapper: fuzz-wrapper.c
	$(CC) $(FLAGS) $(CFLAGS) $^ -o $@ $(LDFLAGS)

.PHONY: clean
clean:
	rm -f fuzz-wrapper *~ *.o

debug log:

solving ae5ecd8 ...
found ae5ecd8 in https://archives.passt.top/passt-dev/20221117122614.1269214-6-rjones@redhat.com/ ||
	https://archives.passt.top/passt-dev/20221117184938.2270462-8-rjones@redhat.com/

applying [1/1] https://archives.passt.top/passt-dev/20221117122614.1269214-6-rjones@redhat.com/
diff --git a/fuzzing/Makefile b/fuzzing/Makefile
new file mode 100644
index 0000000..ae5ecd8

Checking patch fuzzing/Makefile...
Applied patch fuzzing/Makefile cleanly.

skipping https://archives.passt.top/passt-dev/20221117184938.2270462-8-rjones@redhat.com/ for ae5ecd8
index at:
100644 ae5ecd8db25d39c66918ec14568ce4364b8fb004	fuzzing/Makefile

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).