Skip to content

Commit

Permalink
Add suppression for tr tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Aug 20, 2024
1 parent 9785a30 commit b1dc345
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions suppressions/ruby-3.4.supp
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
...
}

# We don't care about the pkg-config external tool
{
pkg-config-memory
Memcheck:Leak
...
obj:/usr/bin/pkg-config
...
}

# When a Ruby process forks, it looks like Ruby doesn't clean up the memory of old threads?
{
ruby-native-thread-memory
Expand Down Expand Up @@ -53,3 +44,21 @@
fun:thread_create_core
...
}

# We don't care about the pkg-config external tool
{
pkg-config-memory
Memcheck:Leak
...
obj:/usr/bin/pkg-config
...
}

# We don't care about the tr external tool
{
pkg-config-memory
Memcheck:Leak
...
obj:/usr/bin/tr
...
}

0 comments on commit b1dc345

Please sign in to comment.