https://bugs.kde.org/show_bug.cgi?id=435441
--- Comment #2 from Michael Forney <mfor...@mforney.org> --- With --soname-synonyms=somalloc=libc.musl-x86_64.so.1 the warnings go away, but this is because it makes valgrind unable to track free as well as malloc: ==31116== HEAP SUMMARY: ==31116== in use at exit: 0 bytes in 0 blocks ==31116== total heap usage: 0 allocs, 0 frees, 0 bytes allocated To be clear, by default musl libc.so does not have a soname. It is only on Alpine Linux that it is built with a soname of libc.musl-x86_64.so.1. -- You are receiving this mail because: You are watching all bug changes.