tests: Add fuzzing harness for serialization/deserialization of floating-points and integrals - #17996
Merged
Merged
Conversation
practicalswift
force-pushed
the
fuzzers-float
branch
from
January 27, 2020 15:48
2354c69 to
649c278
Compare
practicalswift
force-pushed
the
fuzzers-float
branch
from
January 31, 2020 12:36
649c278 to
ee264ba
Compare
Contributor
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
practicalswift
force-pushed
the
fuzzers-float
branch
from
March 5, 2020 20:36
ee264ba to
9ff41f6
Compare
deadalnix
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
May 7, 2020
Summary: As per title, needed for coming changes. They are fixed by core in commit bitcoin/bitcoin@c2bd588 from the very unrelated [[bitcoin/bitcoin#17996 | PR17996]], but since this PR has an infinite depth of dependencies I just cherry pick this commit for now. Test Plan: ninja all check Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5990
ftrader
pushed a commit
to bitcoin-cash-node/bitcoin-cash-node
that referenced
this pull request
Aug 17, 2020
Summary: As per title, needed for coming changes. They are fixed by core in commit bitcoin/bitcoin@c2bd588 from the very unrelated [[bitcoin/bitcoin#17996 | PR17996]], but since this PR has an infinite depth of dependencies I just cherry pick this commit for now. Test Plan: ninja all check Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5990
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Nov 3, 2020
…ing-points and integrals Summary: ``` Add simple fuzzing harness for functions with floating-point parameters (such as ser_double_to_uint64(double), etc.). Add serialization/deserialization fuzzing for integral types. ``` Backport of core [[bitcoin/bitcoin#17996 | PR17996]]. The first and last commit are not relevant to us. Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus> Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D8249
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Mar 24, 2022
…ation of floating-points and integrals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add simple fuzzing harness for functions with floating-point parameters (such as
ser_double_to_uint64(double), etc.).Add serialization/deserialization fuzzing for integral types.
Add missing includes.
To test this PR: