We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cc47e commit e1205beCopy full SHA for e1205be
projects/cli11/build.sh
@@ -12,8 +12,7 @@ set -o pipefail
12
13
# --- Package dictionary (if present) ---
14
if [[ -f "$SRC/cli11/fuzz/fuzz_dictionary1.txt" ]]; then
15
- cat "$SRC/cli11/fuzz/fuzz_dictionary1.txt" "$SRC/cli11/fuzz/fuzz_dictionary2.txt" \
16
- > "$OUT/cli11_app_fuzzer.dict" || true
+ cp "$SRC/cli11/fuzz/fuzz_dictionary1.txt" "$OUT/cli11_app_fuzzer.dict" || true
17
fi
18
19
# --- Tiny, non-crashing seed corpus (zip + plain dir) ---
0 commit comments