https://bugs.kde.org/show_bug.cgi?id=444278
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@klomp.org --- Comment #2 from Mark Wielaard <m...@klomp.org> --- Although it might be an idea to intercept __libc_free (but then also __libc_malloc) it seems you uncovered a bug in musl. newlocale and freelocale do use __libc_malloc and __libc_free, but duplocale uses malloc. That means locales created by duplocale can use a different malloc allocator than the internal one. This bug would also show up if you used another LD_PRELOAD malloc ELF interposition tool. -- You are receiving this mail because: You are watching all bug changes.