aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions
AgeCommit message (Expand)Author
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
2024-07-01random: convert XoRoShiRo128PlusPlus into full RNGPieter Wuille
2024-07-01random: move XoRoShiRo128PlusPlus into random modulePieter Wuille
2024-07-01random: add RandomMixin::randbits with compile-known bitsPieter Wuille
2024-07-01random: Improve RandomMixin::randbitsPieter Wuille
2024-06-10util: add BitSetPieter Wuille
2024-03-18ci: add getchaintxstats ubsan suppressionsRyan Ofsky
2024-03-02test: remove file-wide interpreter.cpp ubsan suppressionfanquake
2024-01-26Merge bitcoin/bitcoin#28875: build: Pass sanitize flags to instrument `libsec...fanquake
2024-01-19build: Pass sanitize flags to instrument `libsecp256k1` codeHennadii Stepanov
2024-01-05crypto, hash: replace custom rotl32 with std::rotlFabian Jahr
2023-11-29test: Add missing CBlockPolicyEstimator::processBlockTx suppressionMarcoFalke
2023-11-14test: migrate to some per-symbol ubsan suppressionsfanquake
2023-08-01Merge bitcoin/bitcoin#28131: test: Add UBSan `-fsanitize=integer` suppression...fanquake
2023-07-25suppressions: note that 'type:ClassName::MethodName' should be usedfanquake
2023-07-23Add UBSan `-fsanitize=integer` suppressions for `src/secp256k1` subtreeHennadii Stepanov
2023-07-17fuzz: Bump FuzzedDataProvider.hMarcoFalke
2023-06-23test: Add implicit-signed-integer-truncation:*/include/c++/ suppressionMarcoFalke
2023-06-14refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN suppMarcoFalke
2023-06-12Remove txmempool implicit-integer-sign-change sanitizer suppressionsHennadii Stepanov
2023-05-15doc, test: Document steps to reproduce TSan warning for `libdb`Hennadii Stepanov
2023-04-21test: Remove unused sanitizer suppressionsMarcoFalke
2023-03-30sanitizers: remove GetRNGState lsan suppressionfanquake
2023-01-30Add xoroshiro128++ PRNGMartin Leitner-Ankerl
2022-12-30Revert "test: Drop no longer needed `race:epoll_ctl` TSan suppression"MarcoFalke
2022-12-27test: Drop no longer needed `race:epoll_ctl` TSan suppressionHennadii Stepanov
2022-11-21test: Remove unused sanitizer suppressionsMacroFake
2022-11-16refactor: Inline `CTxMemPoolEntry` class's functionsHennadii Stepanov
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-06-22Fix signed integer overflow in prioritisetransaction RPCMarcoFalke
2022-02-25addrman: Log too low compat valueMarcoFalke
2022-02-25Avoid implicit-integer-sign-change in bech32.cppMarcoFalke
2022-02-25test: Remove no longer needed suppressionsMarcoFalke
2022-02-23test: Fix intermittent Tsan issueMarcoFalke
2022-02-19test: Remove suppression no longer needed with headers-only Boost.TestHennadii Stepanov
2022-02-14Merge bitcoin/bitcoin#24301: build: header-only Boostfanquake
2022-02-13build: use header-only Boost unit testfanquake
2022-02-11refactor: Avoid unsigned integer overflow in core_writeMarcoFalke
2022-02-09test: Remove unused integer sanitizer suppressionsMarcoFalke
2022-02-07Fix integer sanitizer suppressions in validation.cppMarcoFalke
2022-02-02test: Avoid testing negative block heightsMarcoFalke
2022-02-02Merge bitcoin/bitcoin#24219: Fix implicit-integer-sign-change in bloomMarcoFalke
2022-02-01Merge bitcoin/bitcoin#24218: zmq: Fix implicit-integer-sign-changeMarcoFalke
2022-02-01Merge bitcoin/bitcoin#24190: test: Fix sanitizer suppresions in streams_testsMarcoFalke
2022-01-31Fix implicit-integer-sign-change in bloomMarcoFalke
2022-01-31zmq: Fix implicit-integer-sign-changeMarcoFalke
2022-01-31refactor: Make MessageBoxFlags enum underlying type unsignedMarcoFalke
2022-01-31Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.oMarcoFalke