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

Mark Wielaard <m...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@redhat.com

--- Comment #32 from Mark Wielaard <m...@redhat.com> ---
(In reply to Peter Maydell from comment #31)
> Alternatively, if valgrind could do a redirection of memcmp() in the
> offending .so file to its own implementation (the way it already does for a
> bunch of other functions) that would be a very raspi-specific hack but would
> cover 90%+ of the complaints I suspect

valgrind should already intercept the memcmp from glibc. This one however is in
a different library libcofi_rpi.so which looks like some kind of hack to
interpose some standard libc functions. It seems this is actually preloaded
somehow. So it might be as simple as removing the preload hack when running
under valgrind?

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

Reply via email to