Skip to content

Commit 396dc4c

Browse files
committed
Bump to version 0.4.5
1 parent 393082d commit 396dc4c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

31+
## 0.4.5
32+
33+
Released 2022-10-18.
34+
35+
### Added
36+
37+
* Added the ability to tell libfuzzer whether to keep files inputs in the corpus
38+
or not. See the `Corpus` type and extended documentation for the
39+
`fuzz_target!` macro for details.
40+
41+
### Changed
42+
43+
* Ensured that there is always at least one inline-never frame on the stack per
44+
fuzz target. This helps prevent oss-fuzz from "deduplicating" different bugs
45+
from different fuzz targets into the same bug.
46+
47+
--------------------------------------------------------------------------------
48+
3149
## 0.4.4
3250

3351
Released 2022-09-01.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.4.4"
9+
version = "0.4.5"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)