index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sanitizer_suppressions
Age
Commit message (
Expand
)
Author
2024-07-04
Merge bitcoin/bitcoin#29625: Several randomness improvements
merge-script
2024-07-02
rpc: Avoid getchaintxstats invalid results
MarcoFalke
2024-07-01
random: convert XoRoShiRo128PlusPlus into full RNG
Pieter Wuille
2024-07-01
random: move XoRoShiRo128PlusPlus into random module
Pieter Wuille
2024-07-01
random: add RandomMixin::randbits with compile-known bits
Pieter Wuille
2024-07-01
random: Improve RandomMixin::randbits
Pieter Wuille
2024-06-10
util: add BitSet
Pieter Wuille
2024-03-18
ci: add getchaintxstats ubsan suppressions
Ryan Ofsky
2024-03-02
test: remove file-wide interpreter.cpp ubsan suppression
fanquake
2024-01-26
Merge bitcoin/bitcoin#28875: build: Pass sanitize flags to instrument `libsec...
fanquake
2024-01-19
build: Pass sanitize flags to instrument `libsecp256k1` code
Hennadii Stepanov
2024-01-05
crypto, hash: replace custom rotl32 with std::rotl
Fabian Jahr
2023-11-29
test: Add missing CBlockPolicyEstimator::processBlockTx suppression
MarcoFalke
2023-11-14
test: migrate to some per-symbol ubsan suppressions
fanquake
2023-08-01
Merge bitcoin/bitcoin#28131: test: Add UBSan `-fsanitize=integer` suppression...
fanquake
2023-07-25
suppressions: note that 'type:ClassName::MethodName' should be used
fanquake
2023-07-23
Add UBSan `-fsanitize=integer` suppressions for `src/secp256k1` subtree
Hennadii Stepanov
2023-07-17
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2023-06-23
test: Add implicit-signed-integer-truncation:*/include/c++/ suppression
MarcoFalke
2023-06-14
refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
MarcoFalke
2023-06-12
Remove txmempool implicit-integer-sign-change sanitizer suppressions
Hennadii Stepanov
2023-05-15
doc, test: Document steps to reproduce TSan warning for `libdb`
Hennadii Stepanov
2023-04-21
test: Remove unused sanitizer suppressions
MarcoFalke
2023-03-30
sanitizers: remove GetRNGState lsan suppression
fanquake
2023-01-30
Add xoroshiro128++ PRNG
Martin Leitner-Ankerl
2022-12-30
Revert "test: Drop no longer needed `race:epoll_ctl` TSan suppression"
MarcoFalke
2022-12-27
test: Drop no longer needed `race:epoll_ctl` TSan suppression
Hennadii Stepanov
2022-11-21
test: Remove unused sanitizer suppressions
MacroFake
2022-11-16
refactor: Inline `CTxMemPoolEntry` class's functions
Hennadii Stepanov
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-06-22
Fix signed integer overflow in prioritisetransaction RPC
MarcoFalke
2022-02-25
addrman: Log too low compat value
MarcoFalke
2022-02-25
Avoid implicit-integer-sign-change in bech32.cpp
MarcoFalke
2022-02-25
test: Remove no longer needed suppressions
MarcoFalke
2022-02-23
test: Fix intermittent Tsan issue
MarcoFalke
2022-02-19
test: Remove suppression no longer needed with headers-only Boost.Test
Hennadii Stepanov
2022-02-14
Merge bitcoin/bitcoin#24301: build: header-only Boost
fanquake
2022-02-13
build: use header-only Boost unit test
fanquake
2022-02-11
refactor: Avoid unsigned integer overflow in core_write
MarcoFalke
2022-02-09
test: Remove unused integer sanitizer suppressions
MarcoFalke
2022-02-07
Fix integer sanitizer suppressions in validation.cpp
MarcoFalke
2022-02-02
test: Avoid testing negative block heights
MarcoFalke
2022-02-02
Merge bitcoin/bitcoin#24219: Fix implicit-integer-sign-change in bloom
MarcoFalke
2022-02-01
Merge bitcoin/bitcoin#24218: zmq: Fix implicit-integer-sign-change
MarcoFalke
2022-02-01
Merge bitcoin/bitcoin#24190: test: Fix sanitizer suppresions in streams_tests
MarcoFalke
2022-01-31
Fix implicit-integer-sign-change in bloom
MarcoFalke
2022-01-31
zmq: Fix implicit-integer-sign-change
MarcoFalke
2022-01-31
refactor: Make MessageBoxFlags enum underlying type unsigned
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o
MarcoFalke
[next]