File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff 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
3351Released 2022-09-01.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66name = " libfuzzer-sys"
77readme = " ./README.md"
88repository = " https://github.com/rust-fuzz/libfuzzer"
9- version = " 0.4.4 "
9+ version = " 0.4.5 "
1010
1111[dependencies ]
1212arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments