http://bugs.winehq.org/show_bug.cgi?id=26139
Summary: comdlg32/filedlg shows a few valgrind warnings Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Conditional jump or move depends on uninitialised value(s) at EqualRect (uitools.c:1405) by FileOpenDlgProc95 (filedlg.c:1206) by ??? (winproc.c:172) by call_dialog_proc (winproc.c:263) by WINPROC_CallProcWtoA (winproc.c:857) by WINPROC_CallDlgProcW (winproc.c:1041) by DefDlgProcW (defdlg.c:425) by ??? (winproc.c:172) by call_window_proc (winproc.c:242) by WINPROC_call_window (winproc.c:899) by call_window_proc (message.c:2201) by send_message (message.c:3042) by SendMessageW (message.c:3165) by DIALOG_CreateIndirect (dialog.c:694) by DialogBoxIndirectParamAorW (dialog.c:876) by DialogBoxIndirectParamA (dialog.c:887) by GetFileName95 (filedlg.c:317) by GetFileDialog95A (filedlg.c:442) by GetOpenFileNameA (filedlg.c:4173) by test_create_view_window2 (filedlg.c:280) Uninitialised value was created by a stack allocation at FileOpenDlgProc95 (filedlg.c:1157)
...
140 bytes in 5 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by DIALOG_get_info (defdlg.c:335) by DefDlgProcA (defdlg.c:362) by ??? (winproc.c:172) by call_window_proc (winproc.c:242) by WINPROC_call_window (winproc.c:908) by call_window_proc (message.c:2201) by send_message (message.c:3042) by SendMessageA (message.c:3187) by WIN_CreateWindowEx (win.c:1420) by CreateWindowExA (win.c:1554) by DIALOG_CreateIndirect (dialog.c:651) by CreateDialogIndirectParamAorW (dialog.c:755) by CreateDialogIndirectParamA (dialog.c:764) by CreateTemplateDialog (filedlg.c:786) by FileOpenDlgProc95 (filedlg.c:1189) by ??? (winproc.c:172) by call_dialog_proc (winproc.c:263) by WINPROC_CallProcWtoA (winproc.c:857)
...
144 bytes in 1 blocks are possibly lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by rpcrt4_conn_np_alloc (rpc_transport.c:120) by RPCRT4_CreateConnection (rpc_transport.c:2939) by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285) by RPCRT4_use_protseq (rpc_server.c:810) by RpcServerUseProtseqEpExW (rpc_server.c:1022) by RpcServerUseProtseqEpW (rpc_server.c:907) by RPC_StartRemoting (rpc.c:1626) by StdMarshalImpl_MarshalInterface (marshal.c:1245) by CoMarshalInterface (marshal.c:1797) by RegisterDragDrop (ole2.c:461) by ShellView_OnCreate (shlview.c:718) by ShellView_WndProc (shlview.c:1682) by ??? (winproc.c:172) by call_window_proc (winproc.c:242) by WINPROC_call_window (winproc.c:899) by call_window_proc (message.c:2201) by send_message (message.c:3042) by SendMessageW (message.c:3165)
http://bugs.winehq.org/show_bug.cgi?id=26139
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2011-10-16 12:24:09 CDT --- Still happening.
http://bugs.winehq.org/show_bug.cgi?id=26139
--- Comment #2 from Austin English austinenglish@gmail.com 2012-09-26 15:06:03 CDT --- Still in wine-1.5.13-346-g0445393
https://bugs.winehq.org/show_bug.cgi?id=26139
--- Comment #3 from Austin English austinenglish@gmail.com --- Created attachment 48238 --> https://bugs.winehq.org/attachment.cgi?id=48238 valgrind log in wine-1.7.17-42-g24c5728
https://bugs.winehq.org/show_bug.cgi?id=26139
--- Comment #4 from Austin English austinenglish@gmail.com --- ==18647== 28 bytes in 1 blocks are possibly lost in loss record 273 of 1,134 ==18647== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==18647== by 0x5BE9BB8: apartment_getclassobject (compobj.c:526) ==18647== by 0x5BECFC6: get_inproc_class_object (compobj.c:2894) ==18647== by 0x5BEFD2F: CoGetClassObject (compobj.c:3032) ==18647== by 0x5C11818: marshal_object (marshal.c:114) ==18647== by 0x5C3FB34: start_apartment_remote_unknown (stubmanager.c:804) ==18647== by 0x5C26D9C: RPC_StartRemoting (rpc.c:1645) ==18647== by 0x5C11C52: StdMarshalImpl_MarshalInterface (marshal.c:1249) ==18647== by 0x5C1293A: CoMarshalInterface (objidl.h:611) ==18647== by 0x5C19998: RegisterDragDrop (ole2.c:604) ==18647== by 0x4F402E4: ShellView_OnCreate (shlview.c:725) ==18647== by 0x4F42FAA: ShellView_WndProc (shlview.c:1706) ==18647== by 0x5423269: ??? (in /home/austin/wine-valgrind-known/dlls/user32/user32.dll.so) ==18647== by 0x54239A5: call_window_proc (winproc.c:244) ==18647== by 0x5426072: WINPROC_call_window (winproc.c:909) ==18647== by 0x53E289C: call_window_proc (message.c:2223) ==18647== by 0x53E9FE5: send_message (message.c:3260) ==18647== by 0x53EA278: SendMessageW (message.c:3454) ==18647== by 0x54199D9: WIN_CreateWindowEx (win.c:1615) ==18647== by 0x5413427: CreateWindowExW (win.c:1751) ==18647==
https://bugs.winehq.org/show_bug.cgi?id=26139
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind