Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libfuzzer-sys from 0.4.4 to 0.4.5 in /bin/fuzz (#2906)
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.4 to 0.4.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-fuzz/libfuzzer/blob/master/CHANGELOG.md">libfuzzer-sys's changelog</a>.</em></p> <blockquote> <h2>0.4.5</h2> <p>Released 2022-10-18.</p> <h3>Added</h3> <ul> <li>Added the ability to tell libfuzzer whether to keep files inputs in the corpus or not. See the <code>Corpus</code> type and extended documentation for the <code>fuzz_target!</code> macro for details.</li> </ul> <h3>Changed</h3> <ul> <li>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.</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/396dc4ca1c8b4909ad24985dbe83a326ddfd2b82"><code>396dc4c</code></a> Bump to version 0.4.5</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/393082d6dbb1a982df2314cdb568b51766bd0e37"><code>393082d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-fuzz/libfuzzer/issues/97">#97</a> from dacut/corpus</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/1a0499e95b563d1f30f0d07ee8c774c261f04f56"><code>1a0499e</code></a> Remove trailing whitespace</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/7ae224a4e002e872b67fc3d7775962ee8c07f3b1"><code>7ae224a</code></a> Fix missing return branch.</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/028f4e15a252eefc95e550bd5a8c2513cc5f023d"><code>028f4e1</code></a> Add changes suggested from code review.</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/dfe756f94ae9df6d551273fa71385eec713775ee"><code>dfe756f</code></a> Enable keep/reject inputs from the corpus</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/64ad66a2226cf11eaa4b25f65c63a957a4ad0a7a"><code>64ad66a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-fuzz/libfuzzer/issues/95">#95</a> from alexcrichton/add-inline-never-frame</li> <li><a href="https://github.com/rust-fuzz/libfuzzer/commit/63b922685a0e714d2e7d2af9050e8860d5f6dc09"><code>63b9226</code></a> Force at least one unique stack frame per fuzzer</li> <li>See full diff in <a href="https://github.com/rust-fuzz/libfuzzer/compare/0.4.4...0.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libfuzzer-sys&package-manager=cargo&previous-version=0.4.4&new-version=0.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information