rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

feat(build): use fs::copy rather than shelling out to cp #82

Closed altaua closed 3 months ago

altaua commented 1 year ago

This is cleaner & shorter, and fixes a bug where an absolute path in CARGO_HONGGFUZZ_TARGET_DIR incorrectly gets interpreted as a relative path rooted at CRATE_ROOT.

PaulGrandperrin commented 3 months ago

Thanks @altaua !