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
/
ubsan
Age
Commit message (
Expand
)
Author
2021-06-09
Reject invalid coin height and output index when loading assumeutxo
MarcoFalke
2021-06-09
test: Add temporary coinstats suppressions
MarcoFalke
2021-06-01
test: remove sanitizer suppression for nanobench
Martin Ankerl
2021-05-11
net: initialize nMessageSize to max uint32_t instead of -1
eugene
2021-05-06
Merge bitcoin/bitcoin#21798: fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-03
fuzz: Add -fsanitize=integer suppression needed for RPC fuzzer
practicalswift
2021-04-20
test: Add missing shift-base:nanobench.h suppression
MarcoFalke
2021-04-05
test: Document why no symbol names can be used for suppressions
MarcoFalke
2021-04-04
test: Replace blanket UBSan signed integer overflow suppression for txmempool...
practicalswift
2021-04-03
test: Add missing suppression for signed-integer-overflow:txmempool.cpp
MarcoFalke
2021-01-26
ci: Fuzz with integer sanitizer
MarcoFalke
2021-01-25
fuzz: Add UBSan suppressions needed for fuzz tests to not warn under -fsaniti...
practicalswift
2021-01-04
test: Add sanitizer suppressions for AMD EPYC CPUs
MarcoFalke
2021-01-01
rpc: Replace boost::variant with std::variant for RPCArg.m_fallback
MarcoFalke
2020-11-20
sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_...
Jonas Schnelli
2020-11-12
tests: Remove no longer needed UBSan suppression (float-divide-by-zero in val...
practicalswift
2020-11-11
wallet: fix scanning progress calculation for single block range
Sebastian Falbesoner
2020-09-14
policy/fees: remove a floating-point division by zero
Antoine Poinsot
2020-02-12
Merge #17708: prevector: avoid misaligned member accesses
Wladimir J. van der Laan
2020-01-28
test: Add ubsan surpression for crc32c
Wladimir J. van der Laan
2019-12-10
test: Remove ubsan alignment suppressions
Wladimir J. van der Laan
2019-12-04
ci: ubsan report_error_type=1 and add suppressions
MarcoFalke
2019-10-21
tests: Remove no longer needed UBSan suppressions (issues fixed). Add documen...
practicalswift
2019-03-26
Poly1305: tolerate the intentional unsigned wraparound in poly1305.cpp
Jonas Schnelli
2019-02-07
Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an inval...
practicalswift
2018-11-23
Remove UBSan suppression
practicalswift
2018-11-22
test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
MarcoFalke