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.
28
28
29
29
--------------------------------------------------------------------------------
30
30
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
+
31
49
## 0.4.4
32
50
33
51
Released 2022-09-01.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
6
6
name = " libfuzzer-sys"
7
7
readme = " ./README.md"
8
8
repository = " https://github.com/rust-fuzz/libfuzzer"
9
- version = " 0.4.4 "
9
+ version = " 0.4.5 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments