1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/tests/valgrind.supp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
371 B
Text
Raw Permalink Normal View History

2017-04-24 19:29:09 +02:00
{
openssl
Memcheck:Leak
match-leak-kinds: reachable
...
fun:SSL_library_init
...
2017-07-02 23:53:48 +02:00
}
{
libcurl-libnspr4
Memcheck:Leak
match-leak-kinds: reachable
...
obj:*/libnspr4.so*
...
obj:*/libcurl.so*
...
}
{
libcurl-crypto
Memcheck:Leak
match-leak-kinds: reachable
...
obj:*/libcrypto.so*
...
obj:*/libcurl.so*
...
2017-04-24 19:29:09 +02:00
}