• Home
  • Raw
  • Download

Lines Matching +full:fuzz +full:- +full:issue +full:- +full:updated +full:- +full:support

3 Released YYYY-MM-DD.
29 --------------------------------------------------------------------------------
33 Released 2023-08-10.
42 --------------------------------------------------------------------------------
46 Released 2023-01-26.
54 --------------------------------------------------------------------------------
58 Released 2022-10-18.
68 * Ensured that there is always at least one inline-never frame on the stack per
69 fuzz target. This helps prevent oss-fuzz from "deduplicating" different bugs
70 from different fuzz targets into the same bug.
72 --------------------------------------------------------------------------------
76 Released 2022-09-01.
80 * Updated to `libFuzzer` commit `df90d22` (`release/15.x`).
84 * Updated `rand` dependency from 0.8.3 to 0.8.5
85 * Updated `flate2` dependency from 1.0.20 to 1.0.24
87 [llvm_cxx17]: https://llvm.org/docs/ReleaseNotes.html#update-on-required-toolchains-to-build-llvm
89 --------------------------------------------------------------------------------
93 Released 2020-03-03.
97 * Updated to `libFuzzer` commit `60e32a1`.
101 * Fixed an issue where the `fuzz_target!` macro would sometimes expand to
106 --------------------------------------------------------------------------------
110 Released 2020-05-26.
114 * Improved performance of checking for whether `cargo fuzz` is requesting the
119 --------------------------------------------------------------------------------
123 Released 2020-05-13.
127 * Added support for defining custom mutators. See [the documentation for the
129 macro](https://docs.rs/libfuzzer-sys/0.4.1/libfuzzer_sys/macro.fuzz_mutator.html)
134 * Upgraded libfuzzer to llvm/llvm-project's 70cbc6d.
136 --------------------------------------------------------------------------------
140 Released 2021-02-24.
144 * The public `arbitrary` dependency was updated to version 1.0.
146 --------------------------------------------------------------------------------
150 Released 2020-11-18.
154 * [Upgrade libfuzzer to 7bf89c2](https://github.com/rust-fuzz/libfuzzer/pull/68)
156 --------------------------------------------------------------------------------
160 Released 2020-08-22.
164 * Updated `arbitrary` dependency to 0.4.6
166 --------------------------------------------------------------------------------
170 Released 2020-07-27.
175 [4a4cafa](https://github.com/llvm/llvm-project/commit/4a4cafabc9067fced5890a245b03ef5897ad988b).
180 `-entropic=1` to your built fuzz targets (although, note that it is still
183 --------------------------------------------------------------------------------
187 Released 2020-03-18.
191 * Upgraded the `arbitrary` dependency re-export to version 0.4.1.
193 --------------------------------------------------------------------------------
197 Released 2020-02-27.
201 * Fixed a fuzzing performance issue where libfuzzer could unnecessarily spend
204 https://github.com/rust-fuzz/libfuzzer/issues/59 for details.
206 --------------------------------------------------------------------------------
210 Released 2019-01-22.
214 * Now works with and re-exports `arbitrary` versions 0.4.x.
216 --------------------------------------------------------------------------------
220 Released 2019-01-16.
224 * Added support for the `CUSTOM_LIBFUZZER_STD_CXX=<lib>` environment variable
229 --------------------------------------------------------------------------------
233 Released 2020-01-14.
237 * Using `arbitrary` 0.3.x now. It is re-exported as `libfuzzer_sys::arbitrary`.
241 * You can enable support for `#[derive(Arbitrary)]` with the
242 `"arbitrary-derive"` cargo feature. This is a synonym for the `arbitrary`
245 --------------------------------------------------------------------------------