valgrind supp: Add updated gllibc suppressions
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 13 May 2020 21:52:18 +0000 (17:52 -0400)
committerOlivier Crête <olivier.crete@ocrete.ca>
Mon, 18 May 2020 17:17:09 +0000 (17:17 +0000)
tests/libnice.supp

index d683b43..46622a8 100644 (file)
        ...
        fun:g_bus_get_sync
 }
+
+# glibc does not deallocate thread-local storage
+
 {
-       pthread-create-rhel7
-       Memcheck:Leak
-       fun:calloc
-       fun:_dl_allocate_tls
-       fun:pthread_create@@GLIBC_2.2.5
-}
\ No newline at end of file
+   <tls>
+   Memcheck:Leak
+   ...
+   fun:_dl_allocate_tls
+   fun:pthread_create@@*
+}
+
+{
+   <tls>
+   Memcheck:Leak
+   ...
+   fun:_dl_allocate_tls
+}