mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
ebb25818f7
fa410f67aa test: Suppress false positive leak in secure_allocator<RNGState> (MarcoFalke) fa35c4239f test: Log output even if fuzzer failed (MarcoFalke) Pull request description: Also suppress a false positive detected leak ACKs for commit fa410f: practicalswift: utACK fa410f67aa1d0ccd306dc16e438c1a034b8cc049 Tree-SHA512: 224a72ae0dd9bbe7debda17cd626c01cfbd0e45d7df47a2b591ce8ea386951ad94f4c0677dd268079a4caac382c5acac03199146015a95c308a633e9e4f84c09
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark
|
|
leak:addCoin
|
|
leak:bench_dash
|
|
|
|
# Suppress warnings triggered in dependencies
|
|
leak:libcrypto
|
|
leak:libqminimal
|
|
leak:libQt5Core
|
|
leak:libQt5Gui
|
|
leak:libQt5Widgets
|
|
|
|
# false-positive due to use of secure_allocator<>
|
|
leak:GetRNGState
|