-
Notifications
You must be signed in to change notification settings - Fork 36.5k
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 deserialization fuzzing of SnapshotMetadata (utxo_snapshot). Increase fuzzing coverage. #18314
tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot). Increase fuzzing coverage. #18314
Conversation
…), uint160 and uint256
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. |
Travis failure seems unrelated :) |
ACK 08eab0f 🗾 Show signature and timestampSignature:
Timestamp of file with hash |
…). Increase fuzzing coverage. Summary: ``` Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot). Increase fuzzing coverage. ``` Backport of core [[bitcoin/bitcoin#18314 | PR18314]]. The commit 117a706faba586f2095f97cf630b709b3e29a947: bitcoin/bitcoin@117a706 is not ported as this function has been removed from our codebase (was dead code, see D5992. 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/D8636
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
…a (utxo_snapshot). Increase fuzzing coverage
backport: bitcoin#18867, bitcoin#19247, bitcoin#19222, bitcoin#18363, bitcoin#18190, bitcoin#18393, partial bitcoin#18047, bitcoin#18314, bitcoin#19143 (fuzzing harness backports: part 3)
Add deserialization fuzzing of
SnapshotMetadata
(utxo_snapshot
).Increase fuzzing coverage.