[Bug 36661] New: valgrind shows an unintialized write in ws2_32/tests/sock.c: test_completion_port()

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 3 21:10:28 CDT 2014


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

            Bug ID: 36661
           Summary: valgrind shows an unintialized write in
                    ws2_32/tests/sock.c: test_completion_port()
           Product: Wine
           Version: 1.3.30
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: winsock
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==21116== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==21116==    at 0x4226288: sendmsg (socket.S:98)
==21116==    by 0x50A9CF8: WS2_send (socket.c:2178)
==21116==    by 0x50B08E0: WS2_sendto (socket.c:4569)
==21116==    by 0x50B0611: WSASend (socket.c:4500)
==21116==    by 0x4F7ACDD: test_completion_port (sock.c:6929)
==21116==    by 0x4F7FDAC: func_sock (sock.c:7739)
==21116==    by 0x4F80BB1: run_test (test.h:584)
==21116==    by 0x4F80FA0: main (test.h:654)
==21116==  Address 0x508f89c is on thread 1's stack
==21116==  Uninitialised value was created by a stack allocation
==21116==    at 0x4F7A37C: test_completion_port (sock.c:6820)
==21116== 

==21116== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==21116==    at 0x4226288: sendmsg (socket.S:98)
==21116==    by 0x50A9CF8: WS2_send (socket.c:2178)
==21116==    by 0x50B08E0: WS2_sendto (socket.c:4569)
==21116==    by 0x50B05AF: WS_send (socket.c:4486)
==21116==    by 0x4F7E05B: test_completion_port (sock.c:7347)
==21116==    by 0x4F7FDAC: func_sock (sock.c:7739)
==21116==    by 0x4F80BB1: run_test (test.h:584)
==21116==    by 0x4F80FA0: main (test.h:654)
==21116==  Address 0x508f89c is on thread 1's stack
==21116==  Uninitialised value was created by a stack allocation
==21116==    at 0x4F7A37C: test_completion_port (sock.c:6820)
==21116==

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