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

Carl Love <c...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #16 from Carl Love <c...@us.ibm.com> ---
The patch has been committed.  

commit 6e08ee95f7f1b1c3fd434fa380cc5b2cc3e3f7c7 (HEAD -> master, origin/master,
origin/HEAD)
Author: Carl Love <c...@us.ibm.com>
Date:   Fri Oct 29 16:30:33 2021 -0500

    Bug 444571 - PPC, fix the lxsibzx and lxsihzx so they only load their
respective sized data.

    The lxsibzx was doing a 64-bit load.  The result was initializing
    additional bytes in the register that should not have been initialized.
    The memcheck/tests/linux/dlclose_leak test detected the issue.  The
    code generation uses lxsibzx and stxsibx with -mcpu=power9.  Previously
    the lbz and stb instructions were generated.

    The same issue was noted and fixed with the lxsihzx instruction.  The
    memcheck/tests/linux/badrw test now passes as well.

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

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

Reply via email to