From 08bef0edc7b54a23e141606ab38d98caef88fa6d Mon Sep 17 00:00:00 2001 From: Lynsey Rydberg Date: Wed, 22 Jul 2026 14:01:10 -0700 Subject: [PATCH] fuzz: restore tftpboot fuzzer The rename no longer linked netboot.c and left the dictionary under its prior name. Signed-off-by: Lynsey Rydberg --- data/{fuzz-netboot-dict.txt => fuzz-tftpboot-dict.txt} | 0 include/fuzz.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{fuzz-netboot-dict.txt => fuzz-tftpboot-dict.txt} (100%) diff --git a/data/fuzz-netboot-dict.txt b/data/fuzz-tftpboot-dict.txt similarity index 100% rename from data/fuzz-netboot-dict.txt rename to data/fuzz-tftpboot-dict.txt diff --git a/include/fuzz.mk b/include/fuzz.mk index 603ac63fc..44b0776ef 100644 --- a/include/fuzz.mk +++ b/include/fuzz.mk @@ -77,7 +77,7 @@ libefi-test.a : -f $(TOPDIR)/gnu-efi/Makefile \ clean -fuzz-tftpboot_FILES = lib/string.c +fuzz-tftpboot_FILES = lib/string.c netboot.c fuzz-tftpboot :: private FUZZ_ARGS=-dict=$(TOPDIR)/data/$@-dict.txt fuzz-pe-relocate_FILES = globals.c