Commit Graph

38 Commits (fa18e7cbc5ea6aaba94dca4ebdc850c9db141f89)

Author SHA1 Message Date
Jonas Schnelli 0f020cdf0a sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_string.tcc
4 years ago
practicalswift 0ccb3addf6 tests: Remove no longer needed UBSan suppression (float-divide-by-zero in validation.cpp)
4 years ago
fanquake c82336c493
Remove references to CreateWalletFromFile
4 years ago
MarcoFalke d9f5132736
Merge #20344: wallet: fix scanning progress calculation for single block range
4 years ago
Sebastian Falbesoner 5e146022da wallet: fix scanning progress calculation for single block range
4 years ago
MarcoFalke fa949b3c13
test: Suppress epoll_ctl data race
4 years ago
Antoine Poinsot a3abeec33a
policy/fees: remove a floating-point division by zero
4 years ago
John Newbery 58bd369b0d scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
4 years ago
MarcoFalke fa1fc536bb
test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
4 years ago
Hennadii Stepanov 9a2f12680b
ci: Add tsan suppression for race in DatabaseBatch
4 years ago
Hennadii Stepanov a76dafa51d
ci: Add tsan suppression for race in BerkeleyBatch
4 years ago
MarcoFalke fa12d8d3ed
ci: Add tsan suppression for race in wallet
4 years ago
MarcoFalke fa7b46cc91
test: Add BerkeleyDatabase tsan suppression
4 years ago
MarcoFalke fa7e002d52
ci: tsan with wallet
4 years ago
MarcoFalke fa563cef61
test: Add more tsan suppressions
5 years ago
MarcoFalke fa906bf298
test: Extend tsan suppressions for clang stdlib
5 years ago
MarcoFalke fa3cc0bfc4
test: Remove unsafe BOOST_TEST_MESSAGE
5 years ago
Wladimir J. van der Laan 2bdc476d4d
Merge #17708: prevector: avoid misaligned member accesses
5 years ago
Wladimir J. van der Laan 677fb8e923 test: Add ubsan surpression for crc32c
5 years ago
MarcoFalke fa37e0a68b
test: Show debug log on unit test failure
5 years ago
Wladimir J. van der Laan 5f26855f10 test: Remove ubsan alignment suppressions
5 years ago
MarcoFalke fa1bfc476c
ci: ubsan report_error_type=1 and add suppressions
5 years ago
Wladimir J. van der Laan 7ea55264b9 test: remove lsan suppression for libcrypto
5 years ago
practicalswift 0616138a07 tests: Remove no longer needed UBSan suppressions (issues fixed). Add documentation.
5 years ago
MarcoFalke fa410f67aa
test: Suppress false positive leak in secure_allocator<RNGState>
5 years ago
Jonas Schnelli e9d5e97561
Poly1305: tolerate the intentional unsigned wraparound in poly1305.cpp
6 years ago
practicalswift d855e4cac8 Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
6 years ago
MarcoFalke 88bbcdc4e9
Merge #14357: streams: Fix broken streams_vector_reader test. Remove unused seek(size_t).
6 years ago
practicalswift 6c10037f72 rpc: Fix data race (UB) in InterruptRPC()
6 years ago
practicalswift eaf4070e3a Add suppression for InterruptRPC (fRPCRunning) data race
6 years ago
practicalswift 069752b726 build: Enable functional tests in the ThreadSanitizer (TSan) build job
6 years ago
Hennadii Stepanov c5ed6e73d3
Move CheckBlock() call to critical section
6 years ago
MarcoFalke fa5cef0f78
bench: Destroy wallet txs instead of leaking their memory
6 years ago
practicalswift 6541d59ddc Add LSan suppression warnings
6 years ago
practicalswift ff7212ec32 Add ASan Travis build
6 years ago
practicalswift 4f4993fe2a Remove UBSan suppression
6 years ago
MarcoFalke fa7d36b8e7
test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
6 years ago
MarcoFalke 89bf196c88 travis: Run thread sanitizer
6 years ago