Skip to content

Releases: trailofbits/test-fuzz

Release 4.0.3

26 Oct 15:15
Compare
Choose a tag to compare

4.0.3

  • Fix install command in documentation (#294)—thanks @maxammann
  • Other documentation improvements (#295, #297, #298, #300)
  • Add unstable utility functions serialize_ref_mut and deserialize_ref_mut (#301)

Release 4.0.2

06 Oct 12:41
Compare
Choose a tag to compare

4.0.2

  • Significant refactoring regarding Serde format handling and Cargo feature use, but users should experience no differences (#284)
  • Correct error message when cargo-afl cannot be found (#286)

Release 4.0.1

24 Jun 13:52
Compare
Choose a tag to compare

4.0.1

  • Remove last reference to syn 1.0 (#244)

Release 4.0.0

13 Jun 14:42
Compare
Choose a tag to compare

4.0.0

  • BREAKING CHANGE: The --timeout option now uses seconds instead of milliseconds (#219)—thanks @dhruvdabhi101
  • BREAKING CHANGE: The following deprecated options/functions have been removed (#234):
    • Options --display-<OBJECT> (use --display <OBJECT> with no hyphen)
    • Options --replay-<OBJECT> (use --replay <OBJECT> with no hyphen)
    • Option --target <TARGETNAME> (use just <TARGETNAME>)
    • Function cargo_test_fuzz
  • BREAKING CHANGE: test-fuzz is now licensed and distributed under the AGPLv3 license with the Macros and Inline Functions Exception. See the README for additional details. (#241)
  • Fix a bug involving mutable slices and strs (#230)—thanks @0xalpharush for reporting the bug

Release 3.1.0

16 May 13:54
Compare
Choose a tag to compare

3.1.0

  • Update dependencies, including afl to version 0.13.0 (c1707f5)

Release refs/tags/v3.0.5

26 Oct 11:20
Compare
Choose a tag to compare

3.0.5

  • Update help message (#153)

Release refs/tags/v3.0.4

01 Sep 14:50
Compare
Choose a tag to compare

3.0.4

  • Work around "pizza mode" bug (#137)

Release refs/tags/v3.0.3

29 Aug 16:19
Compare
Choose a tag to compare

3.0.3

  • Don't assume converted arguments are cloneable (#130)
  • Handle mutable arguments (#132)

Release refs/tags/v3.0.2

22 Apr 22:14
b700b93
Compare
Choose a tag to compare

3.0.2

  • Simplify command line interface (#120)

Release v3.0.1

29 Mar 10:08
Compare
Choose a tag to compare

3.0.1

  • Handle unused lifetime parameters (#116)