]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin suppression: add another suppresion for startup allocations
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 26 Apr 2026 05:36:02 +0000 (07:36 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 26 Apr 2026 05:36:02 +0000 (07:36 +0200)
darwin.supp

index 6c57ebb9cad83750aad9e80fe477af8af109d5ef..9f8db09b9fd0e9d37deb378b7faadd66769c59f4 100644 (file)
    ...
    fun:libSystem_atfork_child
 }
+
+{
+   macOS1300:_fetchInitializingClassList(bool)
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:?alloc
+   fun:_ZL27_fetchInitializingClassListb
+}
+