-
Notifications
You must be signed in to change notification settings - Fork 37.7k
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode) #18190
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
Conversation
8449651
to
afef93c
Compare
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. |
b02b7dc
to
fed12a3
Compare
fed12a3
to
5b4391a
Compare
93a2edd
to
84cdf2a
Compare
84cdf2a
to
a1d9bda
Compare
Rebased :) |
a1d9bda
to
af17fdc
Compare
Rebased again :) |
af17fdc
to
69775ce
Compare
Rebased again :) |
@MarcoFalke Would you mind reviewing? :) |
e9f7138
to
2cc1cf5
Compare
@MarcoFalke Feedback addressed! Please re-review :) |
Can't merge with red travis |
2cc1cf5
to
69749fb
Compare
@MarcoFalke Oh, thanks! Header guard now updated after |
…g (GolombRiceEncode/GolombRiceDecode) 69749fb tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode) (practicalswift) Pull request description: Add fuzzing harness for Golomb-Rice coding (`GolombRiceEncode`/`GolombRiceDecode`). Test this PR using: ``` $ make distclean $ ./autogen.sh $ CC=clang CXX=clang++ ./configure --enable-fuzz \ --with-sanitizers=address,fuzzer,undefined $ make $ src/test/fuzz/golomb_rice … ``` Top commit has no ACKs. Tree-SHA512: 1b26512301b8c22ab3b804d9b9e4baf933f26f8c05e462d583863badcec7e694548a34849a0d7c4ff7d58b19f6338b51819976ecf642bc4659b04ef71182d748
…olombRiceDecode) Summary: Backport of core [[bitcoin/bitcoin#18190 | PR18190]]. Test Plan: ninja bitcoin-fuzzers ./src/test/fuzz/golomb_rice <path_to_corpus> Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D9005
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
…mbRiceEncode/GolombRiceDecode)
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 fuzzing harness for Golomb-Rice coding (
GolombRiceEncode
/GolombRiceDecode
).Test this PR using: