From 0dcbb30f496189e60567fe7fe8385b3df2a1f56d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 28 Jan 2026 13:49:08 +0900 Subject: [PATCH] fuzz: assume all reproducers as binary Even if parsers expect text data, reproducers may not be suitable for being handled as a text file. --- test/fuzz/.gitattributes | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/fuzz/.gitattributes b/test/fuzz/.gitattributes index 30ac88aba26..85a84e8ea81 100644 --- a/test/fuzz/.gitattributes +++ b/test/fuzz/.gitattributes @@ -1,10 +1,3 @@ /*/* -whitespace -/fuzz-bus-match/* binary -/fuzz-compress/* binary -/fuzz-dhcp*/* binary -/fuzz-dns-packet/* binary -/fuzz-fido-id-desc/* binary -/fuzz-journald-audit/* binary -/fuzz-lldp-rx/* binary -/fuzz-ndisc-rs/* binary +/*/* binary /*/* generated -- 2.47.3