diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-03-23 17:23:05 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-03-23 17:23:05 +0000 |
| commit | c06c65e0308fdfc14e455f5067a2f5dcfd9c1b77 (patch) | |
| tree | 7fd518be430e221d8933994be6177bbb2ecd5adf /fuzz/Makefile | |
| parent | e85dbcdab023dbfc335f9a0a5cb9c3dc3f830b94 (diff) | |
Diffstat (limited to 'fuzz/Makefile')
| -rw-r--r-- | fuzz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fuzz/Makefile b/fuzz/Makefile index 55a506bc8312..2b30790b5bac 100644 --- a/fuzz/Makefile +++ b/fuzz/Makefile @@ -3,12 +3,12 @@ # license that can be found in the LICENSE file. # SPDX-License-Identifier: BSD-2-Clause -IMAGE := libfido2-coverage:1.14.0 +IMAGE := libfido2-coverage:1.15.0 RUNNER := libfido2-runner PROFDATA := llvm-profdata COV := llvm-cov -TARGETS := fuzz_assert fuzz_bio fuzz_cred fuzz_credman fuzz_hid \ - fuzz_largeblob fuzz_netlink fuzz_mgmt fuzz_pcsc +TARGETS := fuzz_assert fuzz_attobj fuzz_bio fuzz_cred fuzz_credman \ + fuzz_hid fuzz_largeblob fuzz_netlink fuzz_mgmt fuzz_pcsc CORPORA := $(foreach f,${TARGETS},${f}/corpus) MINIFY := $(foreach f,${TARGETS},/minify/${f}/corpus) REMOTE := gs://libfido2-corpus.clusterfuzz-external.appspot.com |
