test: Add fuzzing harnesses for various classes/functions in util/#18736
Merged
maflcko merged 8 commits intobitcoin:masterfrom Apr 29, 2020
Merged
test: Add fuzzing harnesses for various classes/functions in util/#18736maflcko merged 8 commits intobitcoin:masterfrom
maflcko merged 8 commits intobitcoin:masterfrom
Conversation
maflcko
reviewed
Apr 22, 2020
src/test/fuzz/kitchen_sink.cpp
Outdated
maflcko
reviewed
Apr 22, 2020
Member
|
ACK 9014c59d55f912e7d161d49cd3c21c00b2f15a55 |
Contributor
Author
|
@MarcoFalke Thanks a lot for the super quick review. I added another commit which adds fuzzing coverage for two functions ( |
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. |
66e443e to
7f2a80d
Compare
Contributor
Author
|
Rebased! :) |
…rrorFromTransactionError(...)
7f2a80d to
e1e181f
Compare
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
May 2, 2020
…functions in util/ 32b6b38 tests: Sort fuzzing harnesses (practicalswift) e1e181f tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFromTransactionError(...) (practicalswift) 103b6ec tests: Add fuzzing coverage for TransactionErrorString(...) (practicalswift) dde508b tests: Add fuzzing coverage for ParseFixedPoint(...) (practicalswift) 1532259 tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...) (practicalswift) 90b635e tests: Add fuzzing coverage for CHECK_NONFATAL(...) (practicalswift) a4e3d13 tests: Add fuzzing coverage for StringForFeeReason(...) (practicalswift) a19598c tests: Add fuzzing harness for functions in system.h (ArgsManager) (practicalswift) Pull request description: Add fuzzing harnesses for various classes/functions in `util/`. See [`doc/fuzzing.md`](https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md) for information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the [Bitcoin Core fuzzing corpus repo](https://github.com/bitcoin-core/qa-assets). Happy fuzzing :) Top commit has no ACKs. Tree-SHA512: d27947220850c2a202c7740f44140c17545f45522596912452ccab0c2f5379abeb07cc769982c7855cb465059425206371a2b75ee1c285b03984161c9619d0b0
Fabcien
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Jan 22, 2021
Summary: Backport of core [[bitcoin/bitcoin#18736 | PR18736]]. 2 commits have been skipped because irrelevant: - tests: Add fuzzing coverage for StringForFeeReason(...) - tests: Sort fuzzing harnesses Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus> Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9015
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 fuzzing harnesses for various classes/functions in
util/.See
doc/fuzzing.mdfor information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the Bitcoin Core fuzzing corpus repo.Happy fuzzing :)