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

fix(deps): update rust crate libfuzzer-sys to 0.4 #5

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
libfuzzer-sys dependencies minor 0.3 -> 0.4

Release Notes

rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.7

Compare Source

Released 2023-08-10.

Added
  • Added the link_libfuzzer cargo feature. This feature is on by default and
    preserves 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.6

Compare Source

Released 2023-01-26.

Fixed
  • Fixed a potential name conflict in functions generated by the fuzz_target!
    macro.
  • Fixed potential stale builds when updating custom libfuzzers to link against.

v0.4.5

Compare Source

Released 2022-10-18.

Added
  • Added the ability to tell libfuzzer whether to keep files inputs in the corpus
    or not. See the Corpus type and extended documentation for the
    fuzz_target! macro for details.
Changed
  • Ensured that there is always at least one inline-never frame on the stack per
    fuzz target. This helps prevent oss-fuzz from "deduplicating" different bugs
    from different fuzz targets into the same bug.

v0.4.4

Compare Source

Released 2022-09-01.

Changed
  • Updated to libFuzzer commit df90d22 (release/15.x).
  • LLVM 16's upcoming change to build requirements to C++17
    necessitate reflecting those changes. (libFuzzer updates contain C++14 code)
  • Drastically reduce build times by using parallel C++ compilation jobs
  • Updated rand dependency from 0.8.3 to 0.8.5
  • Updated flate2 dependency from 1.0.20 to 1.0.24

v0.4.3

Compare Source

Released 2020-03-03.

Changed
  • Updated to libFuzzer commit 60e32a1.
Fixed
  • Fixed an issue where the fuzz_target! macro would sometimes expand to
    versions of itself that were not $crate prefixed and would result in "error:
    cannot find macro fuzz_target in this scope" if the caller didn't import the
    macro but used the qualified version of it instead.

v0.4.2

Compare Source

Released 2020-05-26.

Changed
  • Improved performance of checking for whether cargo fuzz is requesting the
    std::fmt::Debug output of an input or not. This is always false during
    regular fuzzing, so making this check faster should give slightly better
    fuzzing throughput.

v0.4.1

Compare Source

Released 2020-05-13.

Added
Changed
  • Upgraded libfuzzer to llvm/llvm-project's 70cbc6d.

v0.4.0

Released 2021-02-24.

Changed
  • The public arbitrary dependency was updated to version 1.0.

v0.3.5

Released 2020-11-18.

Changed

v0.3.4

Compare Source

Released 2020-08-22.

Changed
  • Updated arbitrary dependency to 0.4.6

v0.3.3

Compare Source

Released 2020-07-27.

Changed
  • Upgraded libfuzzer to commit
    4a4cafa.

    Notably, this pulls in the new Entropic engine for
    libFuzzer
    , which should
    boost fuzzing efficiency when enabled. You can enable Entropic by passing
    -entropic=1 to your built fuzz targets (although, note that it is still
    labeled "experimental").


v0.3.2

Compare Source

Released 2020-03-18.

Changed
  • Upgraded the arbitrary dependency re-export to version 0.4.1.

v0.3.1

Compare Source

Released 2020-02-27.

Changed
  • Fixed a fuzzing performance issue where libfuzzer could unnecessarily spend
    time exploring all the ways that an Arbitrary implementation could fail to
    construct an instance of itself because the fuzzer provided too few bytes. https://github.com/rust-fuzz/libfuzzer/issues/59ssues/59 for details.


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@sylvestre sylvestre merged commit 3bc8668 into main Feb 17, 2024
16 of 26 checks passed
@renovate renovate bot deleted the renovate/libfuzzer-sys-0.x branch February 17, 2024 17:19
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.

1 participant