Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 7.0.1
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
-D
tocargo afl fuzz
. This is a breaking change for users ofcargo-afl
version 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_set
to 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_name
the default (#444) - Shorten
--pretty-print
to--pretty
, but keep the former as an alias (#448) - BREAKING CHANGE: Make
--no-instrumentation
the 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-fuzz
now fuzzes all targets matchingTARGETNAME
concurrently, using at most all but one available cpu by default. IfTARGETNAME
is omitted, thencargo-test-fuzz
fuzzes 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_checks
feature (#384)
Release 5.0.0
5.0.0
- BREAKING CHANGE: Remove
auto_concretize
feature (#336) - FEATURE: Add
--max-total-time
option (#323) - FEATURE: Add
self_ty_in_mod_name
feature (#328) - Fix typo in
cargo-test-fuzz
help message (#325) - Deprecate
concretizations
terminology in favor ofgeneric-args
(#340) - Give correct advice for installing
cargo-afl
when it cannot be found (9101dbe) - Properly handle receiverless trait functions (#346)
Release 4.0.5
Release 4.0.4
4.0.4
- Add
auto_concretize
deprecation message (#305)