http://bugs.winehq.org/show_bug.cgi?id=26119
Summary: kernel32/pipe tests show some valgrind warnings Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33293) --> (http://bugs.winehq.org/attachment.cgi?id=33293) valgrind log
Syscall param writev(vector[...]) points to uninitialised byte(s) at writev (in /lib/libc-2.11.2.so) by send_request (server.c:209) by wine_server_call (server.c:290) by NTDLL_wait_for_multiple_objects (sync.c:1118) by NtWaitForMultipleObjects (sync.c:1162) by NtWaitForSingleObject (sync.c:1171) by server_ioctl_file (file.c:1276) by NtFsControlFile (file.c:1523) by ConnectNamedPipe (sync.c:1589) by serverThreadMain1 (pipe.c:425) by ??? (signal_i386.c:2473) by call_thread_entry_point (signal_i386.c:2499) by start_thread (thread.c:404) by start_thread (in /lib/libpthread-2.11.2.so) by clone (in /lib/libc-2.11.2.so) Address 0x7f43e42c is on thread 1's stack Uninitialised value was created by a stack allocation at ConnectNamedPipe (sync.c:1575)
and several possibly memory leaks.