Skip to content

fix(deps): update rust crate libfuzzer-sys to v0.4.9 #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2025

This PR contains the following updates:

Package Type Update Change
libfuzzer-sys dependencies patch 0.4.7 -> 0.4.9

Release Notes

rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.9

Compare Source

Released 2025-01-28.

Added
  • The example_init demonstrates how to pass an initialization code block to
    the fuzz_target! macro.
Changed
  • The fuzz_target! macro now supports the generation of LLVMFuzzerInitialize
    to execute initialization code once before running the fuzzer. This change is
    not breaking and is completely backward compatible.

v0.4.8

Compare Source

Released 2024-11-07.

Added
  • Bindings to LLVMFuzzerCustomCrossOver through the fuzz_crossover
    macro. See the example_crossover directory in this crate's repo for a
    complete example.
Changed
  • Updated to libFuzzer commit ab51eccf88f5321e7c60591c5546b254b6afab99
    (release/19.x).


Configuration

📅 Schedule: Branch creation - "* * * * 2-4" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust Benchmark

Benchmark suite Current: 66f05b9 Previous: f89fcf1 Ratio
rule-match-browserlike/brave-list 1724947913 ns/iter (± 19705342) 1748060055 ns/iter (± 16444516) 0.99
rule-match-first-request/brave-list 983930 ns/iter (± 14057) 1003697 ns/iter (± 19747) 0.98
blocker_new/brave-list 204036424 ns/iter (± 3081268) 220574560 ns/iter (± 4365524) 0.93
memory-usage/brave-list-initial 41408849 ns/iter (± 3) 41408849 ns/iter (± 3) 1
memory-usage/brave-list-after-1000-requests 44004875 ns/iter (± 3) 44004875 ns/iter (± 3) 1

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants