[Bug 26139] New: comdlg32/filedlg shows a few valgrind warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 20:15:30 CST 2011


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 at winehq.org
        ReportedBy: austinenglish at 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)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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