From: Yu Watanabe Date: Wed, 28 Jan 2026 04:49:08 +0000 (+0900) Subject: fuzz: assume all reproducers as binary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcbb30f496189e60567fe7fe8385b3df2a1f56d;p=thirdparty%2Fsystemd.git fuzz: assume all reproducers as binary Even if parsers expect text data, reproducers may not be suitable for being handled as a text file. --- 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