mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #18879: valgrind: remove outdated suppressions
d7120f7f78cda5ed1ab91f83e9b546de68dbee47 valgrind : remove duplicate BCLog::Logger suppression (fanquake) 708e3c7e85a666d5b8da8638a819c0f3973fcca4 valgrind: remove rest_blockhash_by_height suppression (fanquake) Pull request description:708e3c7e85
: `Suppress rest_blockhash_by_height` should no longer be needed after #18785.d7120f7f78
: Removes a duplicate `Suppress BCLog::Logger::StartLogging()` suppression that was added in #17770. ACKs for top commit: MarcoFalke: ACK d7120f7f78cda5ed1ab91f83e9b546de68dbee47 practicalswift: ACK d7120f7f78cda5ed1ab91f83e9b546de68dbee47 -- patch looks correct and valgrind Travis job is happy Tree-SHA512: 45f5b9fa64bf83cada3cd9ad33c245f660376d5b29f51a2531d83133940090df945f5ef26c5847d6ec024ffab9528d55573c5cf9ca5e73795f9abfc971b3d29b
This commit is contained in:
parent
fa37e16dab
commit
405ab79e29
@ -110,16 +110,3 @@
|
||||
...
|
||||
fun:_ZN5BCLog6Logger12StartLoggingEv
|
||||
}
|
||||
{
|
||||
Suppress BCLog::Logger::StartLogging() still reachable memory warning
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:_ZN5BCLog6Logger12StartLoggingEv
|
||||
}
|
||||
{
|
||||
Suppress rest_blockhash_by_height Conditional jump or move depends on uninitialised value(s)
|
||||
Memcheck:Cond
|
||||
fun:_ZL24rest_blockhash_by_heightP11HTTPRequestRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user