-
Notifications
You must be signed in to change notification settings - Fork 37.7k
fuzz: Temporarily disable failing assert in banman fuzz test #22517
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
concept ack, but only if temporary 🧑⚖️ |
Just for reference, one example crash on OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35561 . Other fuzzing servers are/should be running into this as well. |
cr ACK fa8bed6 |
This temporary change produces a temporary clang warning:
|
Warning fixed in #22557. |
…nused CBanEntry comparator 787296e fuzz: silence a compiler warning about unused CBanEntry comparator (Vasil Dimov) Pull request description: ``` test/fuzz/banman.cpp:35:13: warning: unused function 'operator==' [-Wunused-function] static bool operator==(const CBanEntry& lhs, const CBanEntry& rhs) ^ 1 warning generated. ``` See bitcoin/bitcoin#22517 (comment) ACKs for top commit: MarcoFalke: cr ACK 787296e practicalswift: cr ACK 787296e hebasto: ACK 787296e Tree-SHA512: 72e483cef249170160879cf4b69b787fb6c539d61dda423f618e2c5f130bee8c42897487751e5b58e7679cdb0153eb80efcb104e8a85095daa60d47e39ce78b8
…an fuzz test fa8bed6 fuzz: Temporarily disable failing assert in banman fuzz test (MarcoFalke) Pull request description: Otherwise the remainder of the fuzz test can't be fuzzed without running into crashes ACKs for top commit: practicalswift: cr ACK fa8bed6 Tree-SHA512: ec6606292e2cfd26484c7f6caf1c418c377da54111b332990fce68373f0438defda71d931a42ca34431527fbc172dd2fdf29b260afca15b34910ee137de1c365
…anEntry comparator 787296e fuzz: silence a compiler warning about unused CBanEntry comparator (Vasil Dimov) Pull request description: ``` test/fuzz/banman.cpp:35:13: warning: unused function 'operator==' [-Wunused-function] static bool operator==(const CBanEntry& lhs, const CBanEntry& rhs) ^ 1 warning generated. ``` See bitcoin#22517 (comment) ACKs for top commit: MarcoFalke: cr ACK 787296e practicalswift: cr ACK 787296e hebasto: ACK 787296e Tree-SHA512: 72e483cef249170160879cf4b69b787fb6c539d61dda423f618e2c5f130bee8c42897487751e5b58e7679cdb0153eb80efcb104e8a85095daa60d47e39ce78b8
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
UPDATE: #22629 (comment) |
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Github-Pull: bitcoin#22517 Rebased-From: fa8bed6
Otherwise the remainder of the fuzz test can't be fuzzed without running into crashes