Skip to content

Commit 52ce396

Browse files
author
MarcoFalke
committed
Merge #18879: valgrind: remove outdated suppressions
d7120f7 valgrind : remove duplicate BCLog::Logger suppression (fanquake) 708e3c7 valgrind: remove rest_blockhash_by_height suppression (fanquake) Pull request description: bitcoin/bitcoin@708e3c7: `Suppress rest_blockhash_by_height` should no longer be needed after #18785. bitcoin/bitcoin@d7120f7 : Removes a duplicate `Suppress BCLog::Logger::StartLogging()` suppression that was added in #17770. ACKs for top commit: MarcoFalke: ACK d7120f7 practicalswift: ACK d7120f7 -- patch looks correct and valgrind Travis job is happy Tree-SHA512: 45f5b9fa64bf83cada3cd9ad33c245f660376d5b29f51a2531d83133940090df945f5ef26c5847d6ec024ffab9528d55573c5cf9ca5e73795f9abfc971b3d29b
2 parents ec79b5f + d7120f7 commit 52ce396

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

contrib/valgrind.supp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,3 @@
184184
...
185185
fun:_ZN5BCLog6Logger12StartLoggingEv
186186
}
187-
{
188-
Suppress BCLog::Logger::StartLogging() still reachable memory warning
189-
Memcheck:Leak
190-
match-leak-kinds: reachable
191-
fun:malloc
192-
...
193-
fun:_ZN5BCLog6Logger12StartLoggingEv
194-
}
195-
{
196-
Suppress rest_blockhash_by_height Conditional jump or move depends on uninitialised value(s)
197-
Memcheck:Cond
198-
fun:_ZL24rest_blockhash_by_heightP11HTTPRequestRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
199-
}

0 commit comments

Comments
 (0)