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

--- Comment #26 from Ivo Raisr <iv...@ivosh.net> ---
Followup fix for x86 architecture: SVN r15854.

Failed test case was memcheck/tests/addressable built as 32-bit executable
which showed:
Conditional jump or move depends on uninitialised value(s)
    at 0x4FFA0E4A: _vgnU_freeres (vg_preloaded.c:68)
    by 0x2: ???
    by 0x8051987: main (addressable.c:125)
Uninitialised value was created by a stack allocation
    at 0x8051473: test2 (addressable.c:42)

because parameter 'to_run' was written to a wrong address.

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

Reply via email to