Skip to content

Commit e1205be

Browse files
committed
cli11: app fuzzer should use only fuzz_dictionary1 (drop dictionary2 per maintainer feedback)
1 parent c2cc47e commit e1205be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/cli11/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ set -o pipefail
1212

1313
# --- Package dictionary (if present) ---
1414
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
15+
cp "$SRC/cli11/fuzz/fuzz_dictionary1.txt" "$OUT/cli11_app_fuzzer.dict" || true
1716
fi
1817

1918
# --- Tiny, non-crashing seed corpus (zip + plain dir) ---

0 commit comments

Comments
 (0)