(See commit msg)
delete-nonreduced-fuzz-inputs: Fix afl -i= -o= typos #290
pull maflcko wants to merge 1 commits into bitcoin-core:main from maflcko:default changing 1 files +4 −2-
maflcko commented at 11:05 AM on August 27, 2026: contributor
-
57db55ff3c
delete-nonreduced-fuzz-inputs: Fix afl -i= -o= typos
Likely introduced in fd99a286daaa545fd1239b6d718ddf6193695c76. Failure is: ... [100%] Built target fuzz Writing all fuzz target names to '/tmp/fuzz_targets'. afl-cmin++5.03a [-] PROGRAM ABORT : Unable to create output directory '=qa-assets/fuzz_corpora/addition_overflow/master' Location : main(), src/afl-cmin.c:3505 ⚠️ afl-cmin failed for addition_overflow -
maflcko commented at 11:05 AM on August 27, 2026: contributor
MBR
- maflcko merged this on Aug 27, 2026
- maflcko closed this on Aug 27, 2026
-
ekzyis commented at 7:27 PM on August 27, 2026: contributor
Oh, I missed the quotes around the values for
-iand-o, right? -
maflcko commented at 9:40 AM on August 28, 2026: contributor
No, I think afl doesn't accept
=for args. The quoting should be fine