https://bugs.kde.org/show_bug.cgi?id=359201
Mark Wielaard <m...@redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #3 from Mark Wielaard <m...@redhat.com> --- valgrind svn r15795 The original fix in svn r15793 read argument 6 separately by using PRA6 unconditionally. This is wrong. We need to first check whether a track_pre_reg_read callback is registered (only memcheck does). The PRE_REG_READX macro already had this check. Just add the same before calling PRA6. Thanks to Tom Hughes for noticing -- You are receiving this mail because: You are watching all bug changes.