chore(deps): update rust crate libfuzzer-sys to v0.4.12 #31
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mCaptcha/pow_sha256!31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/libfuzzer-sys-0.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.4.2->0.4.12Release Notes
rust-fuzz/libfuzzer (libfuzzer-sys)
v0.4.12Released 2026-02-10.
Changed
SmallRngoverStdRngin the examples for faster, more lightweightseeding and sampling
randdependency from 0.8.5 to 0.10flate2dependency from 1.0.24 to 1.1genvariable torngfor better 2024 Edition compatibilityv0.4.11Compare Source
Released 2026-02-10.
Changed
libFuzzercommita47b42eb9f9b(release/22.x).v0.4.10Compare Source
Released 2025-07-03.
Changed
libFuzzercommit6146a88f6049(release/20.x).Corpusresults.v0.4.9Compare Source
Released 2025-01-28.
Added
example_initdemonstrates how to pass an initialization code block tothe
fuzz_target!macro.Changed
fuzz_target!macro now supports the generation ofLLVMFuzzerInitializeto execute initialization code once before running the fuzzer. This change is
not breaking and is completely backward compatible.
v0.4.8Compare Source
Released 2024-11-07.
Added
LLVMFuzzerCustomCrossOverthrough thefuzz_crossovermacro. See the
example_crossoverdirectory in this crate's repo for acomplete example.
Changed
libFuzzercommitab51eccf88f5321e7c60591c5546b254b6afab99(
release/19.x).v0.4.7Compare Source
Released 2023-08-10.
Added
link_libfuzzercargo feature. This feature is on by default andpreserves the existing behavior of statically linking libfuzzer. You can
disable it if you are linking your own version of libfuzzer some other way, or
another library that provides the same ABI as libfuzzer.
v0.4.6Compare Source
Released 2023-01-26.
Fixed
fuzz_target!macro.
v0.4.5Compare Source
Released 2022-10-18.
Added
or not. See the
Corpustype and extended documentation for thefuzz_target!macro for details.Changed
fuzz target. This helps prevent oss-fuzz from "deduplicating" different bugs
from different fuzz targets into the same bug.
v0.4.4Compare Source
Released 2022-09-01.
Changed
libFuzzercommitdf90d22(release/15.x).necessitate reflecting those changes. (
libFuzzerupdates contain C++14 code)randdependency from 0.8.3 to 0.8.5flate2dependency from 1.0.20 to 1.0.24v0.4.3Compare Source
Released 2020-03-03.
Changed
libFuzzercommit60e32a1.Fixed
fuzz_target!macro would sometimes expand toversions of itself that were not
$crateprefixed and would result in "error:cannot find macro
fuzz_targetin this scope" if the caller didn't import themacro but used the qualified version of it instead.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.