https://bugs.kde.org/show_bug.cgi?id=434764
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Mark Wielaard <m...@klomp.org> --- commit 947388eb043ea1c44b37df94046e1eee790ad776 (HEAD -> master) Author: Mike Crowe <m...@mcrowe.com> Date: Mon Sep 9 14:16:16 2019 +0100 Intercept strncmp for glibc ld.so v2.28+ In glibc 5aad5f617892e75d91d4c8fb7594ff35b610c042 (first released in v2.28) a call to strncmp was added to dl-load.c:is_dst. This causes valgrind to complain about glibc's highly-optimised strncmp performing sixteen-byte reads on short strings in ld.so. Let's intercept strncmp in ld.so too so we use valgrind's simple version to avoid this problem. -- You are receiving this mail because: You are watching all bug changes.