-
Notifications
You must be signed in to change notification settings - Fork 36.9k
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
tests: Add fuzzing harness for functions/classes in flatfile.h, merkleblock.h, random.h, serialize.h and span.h #18455
Merged
Conversation
This file contains 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
maflcko
approved these changes
Mar 28, 2020
fd8a97c
to
11a520f
Compare
@MarcoFalke Thanks for nice suggestions. Now implemented. Please re-review :) |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Mar 29, 2020
… in flatfile.h, merkleblock.h, random.h, serialize.h and span.h 11a520f tests: Add fuzzing harness for functions/classes in random.h (practicalswift) 64d277b tests: Add fuzzing harness for LimitedString (serialize.h) (practicalswift) f205cf7 tests: Add fuzzing harness for functions/classes in span.h (practicalswift) 9718f38 tests: Add fuzzing harness for functions/classes in merkleblock.h (practicalswift) a16ea05 tests: Add fuzzing harness for functions/classes in flatfile.h (practicalswift) Pull request description: * Add fuzzing harness for functions/classes in `flatfile.h` * Add fuzzing harness for functions/classes in `merkleblock.h` * Add fuzzing harness for functions/classes in `span.h` * Add fuzzing harness for `LimitedString` (`serialize.h`) * Add fuzzing harness for functions/classes in `random.h` Top commit has no ACKs. Tree-SHA512: 6f7e0f946f1062d51216990cde9672b4e896335152548ace3d8711e4969c3e3c8566d01d915b72adcda5c1caa9c2e34da6b7473b55a229f5b77239d3b0ba4b67
Fabcien
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Jan 20, 2021
…eblock.h, random.h, serialize.h and span.h Summary: ``` - Add fuzzing harness for functions/classes in flatfile.h - Add fuzzing harness for functions/classes in merkleblock.h - Add fuzzing harness for functions/classes in span.h - Add fuzzing harness for LimitedString (serialize.h) - Add fuzzing harness for functions/classes in random.h ``` Backport of core [[bitcoin/bitcoin#18455 | PR18455]]. Depends on D8979. Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus> Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Subscribers: PiRK Differential Revision: https://reviews.bitcoinabc.org/D8981
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
May 7, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
May 7, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 14, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 14, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 18, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jul 4, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jul 4, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jul 6, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jul 6, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
PastaPastaPasta
added a commit
to dashpay/dash
that referenced
this pull request
Jul 12, 2022
backport: bitcoin#18417, bitcoin#18521, bitcoin#18529, bitcoin#18176, bitcoin#18423, bitcoin#17926, bitcoin#18353, bitcoin#18407, bitcoin#18455, bitcoin#18565, bitcoin#18867 (fuzzing harness backports: part 2)
knst
pushed a commit
to knst/dash
that referenced
this pull request
Jul 21, 2022
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
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.
flatfile.h
merkleblock.h
span.h
LimitedString
(serialize.h
)random.h