From: Yu Watanabe Date: Sun, 15 May 2022 19:44:27 +0000 (+0900) Subject: fuzz: drop too large input X-Git-Tag: v251~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72db29beb50c55021d84c0b99b59643d7f43a084;p=thirdparty%2Fsystemd.git fuzz: drop too large input The original issue oss-fuzz#10734 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10734) is that just the file size is too large, and not a issue in functions tested by the fuzzer. It is not necessary to include the testcase. Follow-up for c4f883b78e5ffd326a82eaf18e01a9e4e243db58. Fixes #23390. --- diff --git a/test/fuzz/fuzz-ndisc-rs/oss-fuzz-10734 b/test/fuzz/fuzz-ndisc-rs/oss-fuzz-10734 deleted file mode 100644 index c964745249e..00000000000 Binary files a/test/fuzz/fuzz-ndisc-rs/oss-fuzz-10734 and /dev/null differ