gecko-dev/third_party/rust/miniz_oxide_c_api/run_fuzz.sh

8 строки
170 B
Bash
Executable File

#!/usr/bin/env bash
OLD="crate-type = \['staticlib', 'rlib'\]"
NEW="crate-type = \['rlib'\]"
sed -i "s/$OLD/$NEW/g" Cargo.toml
cargo fuzz run fuzz_high -- -max_len=900