https://bugs.kde.org/show_bug.cgi?id=508145
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Mark Wielaard <[email protected]> --- Tested on Fedora 43/Rawhide ppc64le setup. Pushed as: commit 78fe3625f6b8ed4de28527d71c4a98d70e5b3035 Author: Mark Wielaard <[email protected]> Date: Mon Aug 18 15:30:47 2025 +0200 Add ppc64le linux hardwire for ld64.so.2 strcmp When dlopen is used we might end up in an assembly powerpc/strcmp.S variant that is optimized in a way memcheck cannot proof correct. We try to intercept strcmp in ld.so, but might fail when strcmp is called before our interception code is loaded. Having an hardwire for ld.so strcmp (earlier intercept) would solve this. https://bugs.kde.org/show_bug.cgi?id=508145 -- You are receiving this mail because: You are watching all bug changes.
