[Bug 38456] New: valgrind shows several uninitialized variables in programs/reg/tests/reg.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 20 03:09:03 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38456

            Bug ID: 38456
           Summary: valgrind shows several uninitialized variables in
                    programs/reg/tests/reg.c
           Product: Wine
           Version: 1.7.41
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: wshom.ocx
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: Debian

==18266== Conditional jump or move depends on uninitialised value(s)
==18266==    at 0x402DC12: bcmp (vg_replace_strmem.c:1005)
==18266==    by 0x41FF367: test_add (reg.c:239)
==18266==    by 0x4200B08: func_reg (reg.c:427)
==18266==    by 0x420184E: run_test (test.h:584)
==18266==    by 0x4201C87: main (test.h:666)
==18266==  Uninitialised value was created by a stack allocation
==18266==    at 0x41FE195: test_add (reg.c:90)
==18266== 

==18266== Conditional jump or move depends on uninitialised value(s)
==18266==    at 0x41FF36D: test_add (reg.c:239)
==18266==    by 0x4200B08: func_reg (reg.c:427)
==18266==    by 0x420184E: run_test (test.h:584)
==18266==    by 0x4201C87: main (test.h:666)
==18266==  Uninitialised value was created by a stack allocation
==18266==    at 0x41FE195: test_add (reg.c:90)
==18266==

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list