Skip to content
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

Update Rust crate libfuzzer-sys to v0.4.9 #401

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

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 - "* 0-4 * * 3" (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.

@renovate renovate bot force-pushed the renovate/libfuzzer-sys-0.x-lockfile branch from 3d2c9f8 to 9196fd9 Compare February 4, 2025 19:41
@renovate renovate bot changed the title Update Rust crate libfuzzer-sys to v0.4.8 Update Rust crate libfuzzer-sys to v0.4.9 Feb 4, 2025
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: 9196fd9 Previous: 7919bdd Ratio
rule-match-browserlike/brave-list 1798148651 ns/iter (± 32116254) 1745226241 ns/iter (± 10688991) 1.03
rule-match-first-request/brave-list 1025257 ns/iter (± 17013) 1003256 ns/iter (± 7610) 1.02
blocker_new/brave-list 216030113 ns/iter (± 4789862) 210108247 ns/iter (± 7007989) 1.03
memory-usage/brave-list-initial 41409969 ns/iter (± 3) 41409969 ns/iter (± 3) 1
memory-usage/brave-list-after-1000-requests 44005995 ns/iter (± 3) 44005995 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