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

Made the compat fuzzer ignore any LimitExceeded error #515

Merged
merged 2 commits into from Mar 3, 2022

Conversation

VictorKoenders
Copy link
Contributor

@VictorKoenders VictorKoenders commented Mar 3, 2022

Closes #504

@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #515 (d6c5b33) into trunk (7e9f043) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            trunk     #515   +/-   ##
=======================================
  Coverage   71.08%   71.08%           
=======================================
  Files          47       47           
  Lines        3178     3178           
=======================================
  Hits         2259     2259           
  Misses        919      919           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e9f043...d6c5b33. Read the comment docs.

fuzz/fuzz_targets/compat.rs Outdated Show resolved Hide resolved
@VictorKoenders VictorKoenders force-pushed the compat_fuzz_ignore_limit_exceeded branch from 99e05b0 to d6c5b33 Compare March 3, 2022 14:32
@VictorKoenders
Copy link
Contributor Author

Rebased onto trunk

@VictorKoenders VictorKoenders merged commit 1b5c2ab into trunk Mar 3, 2022
@VictorKoenders VictorKoenders deleted the compat_fuzz_ignore_limit_exceeded branch March 3, 2022 14:44
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.

(fuzzer) Bincode v1 accepts type that bincode v2 rejects with LimitExceeded
2 participants