bitcoin/test/sanitizer_suppressions
MarcoFalke fa76f0d0ef
refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
This is a refactor as long as no signed integer overflow appears. In
normal operation and absent bugs, signed integer overflow should never
happen in the touched code paths.

The main benefit of this refactor is to drop the file-wide ubsan
suppression unsigned-integer-overflow:txmempool.cpp.

For now, this only changes the internal private representation and the
publicly returned type remains uint64_t.
2023-06-14 23:15:20 +02:00
..
lsan sanitizers: remove GetRNGState lsan suppression 2023-03-30 14:10:35 +01:00
tsan doc, test: Document steps to reproduce TSan warning for libdb 2023-05-15 13:28:25 +01:00
ubsan refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp 2023-06-14 23:15:20 +02:00