File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Released YYYY-MM-DD.
88
99### Changed
1010
11- * Updated to ` libFuzzer ` commit ` 6146a88f6049 ` ( ` release/20.x ` ).
11+ * TODO (or remove section if none)
1212
1313### Deprecated
1414
@@ -28,6 +28,17 @@ Released YYYY-MM-DD.
2828
2929--------------------------------------------------------------------------------
3030
31+ ## 0.4.10
32+
33+ Released 2025-07-03.
34+
35+ ### Changed
36+
37+ * Updated to ` libFuzzer ` commit ` 6146a88f6049 ` (` release/20.x ` ).
38+ * Fuzz targets taking raw byte slice inputs can now return ` Corpus ` results.
39+
40+ --------------------------------------------------------------------------------
41+
3142## 0.4.9
3243
3344Released 2025-01-28.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA"
66name = " libfuzzer-sys"
77readme = " ./README.md"
88repository = " https://github.com/rust-fuzz/libfuzzer"
9- version = " 0.4.9 "
9+ version = " 0.4.10 "
1010
1111[dependencies ]
1212arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments