[Bug 36358] New: valgrind shows some uninitialized memory used in dplayx/tests/dplayx.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 5 03:11:35 CDT 2014


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

            Bug ID: 36358
           Summary: valgrind shows some uninitialized memory used in
                    dplayx/tests/dplayx.c
           Product: Wine
           Version: 1.7.18
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: directx-dplay
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
                CC: leslie_alistair at hotmail.com

==13587== Conditional jump or move depends on uninitialised value(s)
==13587==    at 0x4AD24BA: dplobby_destroy (dplobby.c:114)
==13587==    by 0x4AD26BE: IDirectPlayLobby3Impl_Release (dplobby.c:360)
==13587==    by 0x4AD4281: dplobby_create (dplobby.c:2059)
==13587==    by 0x4ABBA8E: IClassFactoryImpl_CreateInstance
(dpclassfactory.c:87)
==13587==    by 0x58434DD: CoCreateInstance (unknwn.h:226)
==13587==    by 0x4A7BBF4: func_dplayx (dplayx.c:6469)
==13587==    by 0x4A7EC94: run_test (test.h:584)
==13587==    by 0x4A7F082: main (test.h:654)
==13587==  Uninitialised value was created by a client request
==13587==    at 0x7BC50B1E: RtlAllocateHeap (heap.c:209)
==13587==    by 0x4AD41BD: dplobby_create (dplobby.c:2036)
==13587==    by 0x4ABBA8E: IClassFactoryImpl_CreateInstance
(dpclassfactory.c:87)
==13587==    by 0x58434DD: CoCreateInstance (unknwn.h:226)
==13587==    by 0x4A7BBF4: func_dplayx (dplayx.c:6469)
==13587==    by 0x4A7EC94: run_test (test.h:584)
==13587==    by 0x4A7F082: main (test.h:654)
==13587== 

==13587== Conditional jump or move depends on uninitialised value(s)
==13587==    at 0x4AD24BA: dplobby_destroy (dplobby.c:114)
==13587==    by 0x4AD3366: IDirectPlayLobbyImpl_Release (dplobby.c:308)
==13587==    by 0x4A7C139: func_dplayx (dplayx.c:6524)
==13587==    by 0x4A7EC94: run_test (test.h:584)
==13587==    by 0x4A7F082: main (test.h:654)
==13587==  Uninitialised value was created by a client request
==13587==    at 0x7BC50B1E: RtlAllocateHeap (heap.c:209)
==13587==    by 0x4AD41BD: dplobby_create (dplobby.c:2036)
==13587==    by 0x4ABBA8E: IClassFactoryImpl_CreateInstance
(dpclassfactory.c:87)
==13587==    by 0x58434DD: CoCreateInstance (unknwn.h:226)
==13587==    by 0x4A7BC66: func_dplayx (dplayx.c:6474)
==13587==    by 0x4A7EC94: run_test (test.h:584)
==13587==    by 0x4A7F082: main (test.h:654)
==13587==

-- 
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