https://bugs.kde.org/show_bug.cgi?id=388862

Nix <n...@esperi.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@esperi.org.uk

--- Comment #2 from Nix <n...@esperi.org.uk> ---
I bet this is just a matter of new IFUNC resolvers. memchr and rawmemchr are in
the list; wcsnlen and wmemchr are not. FYI, with glibc 2.27 I see

==38614== Conditional jump or move depends on uninitialised value(s)
==38614==    at 0x5190B37: __wmemchr_avx2 (in /usr/lib/libc-2.27.so)
==38614==    by 0x5104D98: internal_fnwmatch (in /usr/lib/libc-2.27.so)
==38614==    by 0x5107F4C: fnmatch@@GLIBC_2.2.5 (in /usr/lib/libc-2.27.so)
==38614==    by 0x409518: print_dir (in /pkg/coreutils/8.29/usr/bin/ls)
==38614==    by 0x402FCC: main (in /pkg/coreutils/8.29/usr/bin/ls)

which is clearly related.

I'll see if I can work up a patch.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to