See #29018
fuzz: Improve fuzzing stability for ellswift_roundtrip harness #29219
pull dergoegge wants to merge 1 commits into bitcoin:master from dergoegge:2024-01-fuzz-stability-ellswift_roundtrip changing 1 files +4 −1-
dergoegge commented at 4:22 PM on January 10, 2024: member
-
154fcce55c
[fuzz] Improve fuzzing stability for ellswift_roundtrip harness
`CPubKey::VerifyPubKey` uses rng internally which leads to instability in the fuzz test. We fix this by avoiding `VerifyPubKey` in the test and verifying the decoded public key with a fuzzer chosen message instead.
-
DrahtBot commented at 4:22 PM on January 10, 2024: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
Code Coverage
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
- DrahtBot added the label Tests on Jan 10, 2024
-
sipa commented at 4:45 PM on January 10, 2024: member
utACK 154fcce55c84c251fad8d280eafb3c0a5284fcd4
- brunoerg approved
-
brunoerg commented at 5:36 PM on January 10, 2024: contributor
crACK 154fcce55c84c251fad8d280eafb3c0a5284fcd4
- fanquake merged this on Jan 11, 2024
- fanquake closed this on Jan 11, 2024
- PastaPastaPasta referenced this in commit 25466709a5 on Oct 24, 2024
- PastaPastaPasta referenced this in commit c887b54074 on Oct 24, 2024
- PastaPastaPasta referenced this in commit 2e41562d81 on Oct 24, 2024
- PastaPastaPasta referenced this in commit a67319351a on Oct 24, 2024
- bitcoin locked this on Jan 10, 2025
Labels