deep memory issues. so many issues.

This commit is contained in:
2025-06-14 21:32:07 -04:00
parent 99e3e5f48a
commit 4dd6b805cb
15 changed files with 137 additions and 67 deletions

Binary file not shown.

View File

@ -0,0 +1,36 @@
# Save this as valgrind.supp
{
glibc_tls_init
Memcheck:Param
set_robust_list(head)
...
fun:__libc_setup_tls
}
{
glibc_malloc_init
Memcheck:Cond
...
fun:ptmalloc_init*
}
{
glibc_getrandom
Memcheck:Cond
fun:getrandom
...
}
{
glibc_dl_init
Memcheck:Cond
...
fun:_dl_*
}
{
glibc_tcache_init
Memcheck:Cond
...
fun:tcache_init*
}