diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index becc7c4d9e..9613f145d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Even though we will gladly assist you in finishing up your PR, try to: - keep all the crates compiling with *stable* rust (hide the eventual non-stable code under [`cfg`s](https://github.com/AFLplusplus/LibAFL/blob/main/libafl/build.rs#L26)) - run `cargo +nightly fmt` on your code before pushing -- check the output of `cargo clippy --all` or `.\scripts\clippy.sh` (On windows use `./scripts/clippy.ps1`) +- check the output of `cargo clippy --all` or `./scripts/clippy.sh` (On windows use `.\scripts\clippy.ps1`) - run `cargo build --no-default-features` to check for `no_std` compatibility (and possibly add `#[cfg(feature = "std")]`) to hide parts of your code. Some of the parts in this list may be hard, don't be afraid to open a PR if you cannot fix them by yourself, so we can help. diff --git a/fuzzers/dynamic_analysis/corpus/seed b/fuzzers/dynamic_analysis/corpus/seed new file mode 100644 index 0000000000..84618ba47a Binary files /dev/null and b/fuzzers/dynamic_analysis/corpus/seed differ