bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22954] Conditional jump or move depends on uninitialised value(s


From: hjl.tools at gmail dot com
Subject: [Bug ld/22954] Conditional jump or move depends on uninitialised value(s) in at 0x519BD27: __wmemchr_avx2 (memchr-avx2.S:260)
Date: Tue, 13 Mar 2018 11:25:53 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22954

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Martin Liska from comment #0)
> Maybe it's an issue of glibc, maybe valgrind can't handle that properly?
> Thanks

__wmemchr_avx2 uses vector compare and checks the elements of a vector
within boundary:

L(first_vec_x1_check):
        tzcntl  %eax, %eax
        /* Check the end of data.  */
        cmpq    %rax, %rdx
        jbe     L(zero)
        addq    $VEC_SIZE, %rax
        addq    %rdi, %rax
        VZEROUPPER
        ret

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]