Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 7.0.1
7.0.1
- Update
cargo_metadatato version0.19(#487)
Release 7.0.0
7.0.0
- Improve documentation (#461)
- BREAKING CHANGE: Store corpora, crashes, hangs, and work queue as structs rather than tuples. This change could cause users' existing corpora, etc. to no longer work. Hence, we are considering this a breaking change. However, future similar format changes may not be considered breaking. This change is to facilitate PR #476. (#480)
- Support Serde field attributes on function arguments (#476 and #485)
Release 6.0.0
6.0.0
- BREAKING CHANGE: No longer pass
-Dtocargo afl fuzz. This is a breaking change for users ofcargo-aflversion 0.15.4 (or earlier), which relies on AFL++ version 4.10.c (or earlier). As of version 4.20.c, AFL++ ignores-D. (#434) - Pass
-c-tocargo afl fuzz(6e6c955) - Update
option_setto version0.3(#439) - BREAKING CHANGE: Remove deprecated options
--concretize,--concretize-impl, and--only-concretizations(#443 and #449) - BREAKING CHANGE: Remove deprecated CBOR formats (#445)
- BREAKING CHANGE: Make
self_ty_in_mod_namethe default (#444) - Shorten
--pretty-printto--pretty, but keep the former as an alias (#448) - BREAKING CHANGE: Make
--no-instrumentationthe default. The option remains for now, but is ignored. (#447)
Release 5.2.2
5.2.2
- Account for changes to
cargo afl --version(#422)
Release 5.2.1
Release 5.2.0
5.2.0
- Fix a bug causing incorrect exit codes to be produced (3ab762f)
- FEATURE:
cargo-test-fuzznow fuzzes all targets matchingTARGETNAMEconcurrently, using at most all but one available cpu by default. IfTARGETNAMEis omitted, thencargo-test-fuzzfuzzes all targets concurrently. If there are not sufficiently many cpus to fuzz all targets simultaneously, then they are fuzzed in a time-sliced manner, in intervals of 20 minutes by default. (c36d10d and 8f36a0b)
Release 5.1.0
5.1.0
- FEATURE: Add
cast_checksfeature (#384)
Release 5.0.0
5.0.0
- BREAKING CHANGE: Remove
auto_concretizefeature (#336) - FEATURE: Add
--max-total-timeoption (#323) - FEATURE: Add
self_ty_in_mod_namefeature (#328) - Fix typo in
cargo-test-fuzzhelp message (#325) - Deprecate
concretizationsterminology in favor ofgeneric-args(#340) - Give correct advice for installing
cargo-aflwhen it cannot be found (9101dbe) - Properly handle receiverless trait functions (#346)
Release 4.0.5
Release 4.0.4
4.0.4
- Add
auto_concretizedeprecation message (#305)