File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,23 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.3.3
32
+
33
+ Released 2020-07-27.
34
+
35
+ ### Changed
36
+
37
+ * Upgraded libfuzzer to commit
38
+ [ 4a4cafa] ( https://github.com/llvm/llvm-project/commit/4a4cafabc9067fced5890a245b03ef5897ad988b ) .
39
+
40
+ Notably, this pulls in [ the new Entropic engine for
41
+ libFuzzer] ( https://mboehme.github.io/paper/FSE20.Entropy.pdf ) , which should
42
+ boost fuzzing efficiency when enabled. You can enable Entropic by passing
43
+ ` -entropic=1 ` to your built fuzz targets (although, note that it is still
44
+ labeled "experimental").
45
+
46
+ --------------------------------------------------------------------------------
47
+
31
48
## 0.3.2
32
49
33
50
Released 2020-03-18.
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.3.2 "
9
+ version = " 0.3.3 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 0.4.1"
You can’t perform that action at this time.
0 commit comments