https://bugs.winehq.org/show_bug.cgi?id=36398
Bug ID: 36398
Summary: valgrind shows an invalid read in
comctl32/tests/toolbar.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==18993== Invalid read of size 2
==18993== at 0x7BC55D60: RtlImageNtHeader (loader.c:2742)
==18993== by 0x7BC55EB9: RtlImageDirectoryEntryToData (loader.c:2916)
==18993== by 0x7BC6FBC4: find_entry (resource.c:189)
==18993== by 0x7BC70270: LdrFindResource_U (resource.c:303)
==18993== by 0x7B86DB6F: find_resourceW (resource.c:139)
==18993== by 0x7B86F7FD: FindResourceExW (resource.c:183)
==18993== by 0x7B86F8ED: FindResourceW (resource.c:192)
==18993== by 0x51A10FB: TOOLBAR_AddStringW (toolbar.c:2922)
==18993== by 0x51A8403: ToolbarWindowProc (toolbar.c:2993)
==18993== by 0x54CC579: ??? (in
/home/austin/wine-valgrind-known/dlls/user32/user32.dll.so)
==18993== by 0x54CCCB5: call_window_proc (winproc.c:244)
==18993== by 0x54CE525: WINPROC_CallProcAtoW (winproc.c:504)
==18993== by 0x54CF3F2: WINPROC_call_window (winproc.c:911)
==18993== by 0x548DF3C: call_window_proc (message.c:2223)
==18993== by 0x5495685: send_message (message.c:3260)
==18993== by 0x5497BB0: SendMessageA (message.c:3476)
==18993== by 0x4FB7E62: test_add_string (toolbar.c:537)
==18993== by 0x4FBE480: func_toolbar (toolbar.c:1955)
==18993== by 0x4F4284B: main (test.h:584)
==18993== Address 0xdeadbeee is on thread 1's stack
==18993==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36129
Bug ID: 36129
Summary: valgrind shows some possible leaks in
oleaut32/olepicture.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26738== 28 bytes in 1 blocks are possibly lost in loss record 206 of 736
==26738== at 0x7BC4D7D7: RtlAllocateHeap (heap.c:233)
==26738== by 0x54EA474: apartment_getclassobject (compobj.c:526)
==26738== by 0x54ED2D7: get_inproc_class_object (compobj.c:2894)
==26738== by 0x54EFC3B: CoGetClassObject (compobj.c:3032)
==26738== by 0x54F0307: CoCreateInstance (compobj.c:3197)
==26738== by 0x50BF1A3: OLEPictureImpl_LoadWICDecoder (olepicture.c:1163)
==26738== by 0x50BFE83: OLEPictureImpl_Load (olepicture.c:1490)
==26738== by 0x50C185E: OleLoadPicture (objidl.h:3149)
==26738== by 0x4D5BE6B: test_pic_with_stream (olepicture.c:199)
==26738== by 0x4D5C34C: test_pic (olepicture.c:281)
==26738== by 0x4D5D7F7: func_olepicture (olepicture.c:1261)
==26738== by 0x4D563A7: main (test.h:584)
==26738==
==26738== 28 bytes in 1 blocks are possibly lost in loss record 207 of 736
==26738== at 0x7BC4D7D7: RtlAllocateHeap (heap.c:233)
==26738== by 0x54EA474: apartment_getclassobject (compobj.c:526)
==26738== by 0x54ED2D7: get_inproc_class_object (compobj.c:2894)
==26738== by 0x54EFC3B: CoGetClassObject (compobj.c:3032)
==26738== by 0x54F0307: CoCreateInstance (compobj.c:3197)
==26738== by 0x50C1E61: OleLoadPicturePath (olepicture.c:2400)
==26738== by 0x4D5D200: test_OleLoadPicturePath (olepicture.c:912)
==26738== by 0x4D5EEE4: func_olepicture (olepicture.c:1283)
==26738== by 0x4D563A7: main (test.h:584)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36123
Bug ID: 36123
Summary: valgrind shows leaks in msiexec/msiexec.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23034== 20 bytes in 1 blocks are definitely lost in loss record 107 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472DD61: process_args (msiexec.c:490)
==23034== by 0x472E0BD: WinMain (msiexec.c:576)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
==23034== 26 bytes in 1 blocks are definitely lost in loss record 146 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472CE7F: StringListAppend (msiexec.c:113)
==23034== by 0x472F9DE: WinMain (msiexec.c:966)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
==23034== 28 bytes in 1 blocks are definitely lost in loss record 150 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472CFA7: build_properties (msiexec.c:146)
==23034== by 0x472FA15: WinMain (msiexec.c:972)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36577
Bug ID: 36577
Summary: valgrind shows a use after free in urlmon/tests/url.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23547== Invalid read of size 4
==23547== at 0x50304F6: Binding_Abort (binding.c:852)
==23547== by 0x78BB53D: abort_window_bindings (urlmon.h:408)
==23547== by 0x78A3C6C: detach_inner_window (htmlwindow.c:124)
==23547== by 0x78A421D: release_outer_window (htmlwindow.c:206)
==23547== by 0x78A45C7: HTMLWindow2_Release (htmlwindow.c:282)
==23547== by 0x7846EDB: CustomDoc_Release (mshtml.h:47873)
==23547== by 0x7834D3F: htmldoc_release (mshtml_private.h:544)
==23547== by 0x7835535: HTMLDocument_Release (htmldoc.c:140)
==23547== by 0x4EC4D3A: test_BindToObject (url.c:3332)
==23547== by 0x4EC8513: func_url (url.c:3895)
==23547== by 0x4ECA166: run_test (test.h:584)
==23547== by 0x4ECA555: main (test.h:654)
==23547== Address 0x49c3818 is 4,432 bytes inside a block of size 8,416 free'd
==23547== at 0x7BC4C72C: notify_free (heap.c:263)
==23547== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==23547== by 0x65C4013: heap_free (internet.h:136)
==23547== by 0x65C4A4F: WININET_Release (internet.c:277)
==23547== by 0x65CDD91: INTERNET_WorkerThreadFunc (internet.c:3841)
==23547== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==23547== by 0x7BC870C7: ??? (signal_i386.c:2571)
==23547== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==23547== by 0x7BC870A5: ??? (signal_i386.c:2571)
==23547== by 0x7BC8E4EC: start_thread (thread.c:428)
==23547== by 0x421FF92: start_thread (pthread_create.c:309)
==23547== by 0x43247ED: clone (clone.S:129)
==23547==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36306
Bug ID: 36306
Summary: valgrind shows a possible leak in
netapi32/tests/wksta.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30938== 64 bytes in 2 blocks are possibly lost in loss record 40 of 73
==30938== at 0x7BC4C735: notify_alloc (heap.c:255)
==30938== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30938== by 0x4C25EDC: ???
==30938== by 0x4C33153: ???
==30938== by 0x4C29723: ???
==30938== by 0x4C29B00: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C33751: ???
==30938== by 0x4C29ABA: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C3362E: ???
==30938== by 0x4C2E6E4: ???
==30938== by 0x4957493: run_wkstatransportenum_tests (wksta.c:152)
==30938== by 0x4957AB6: func_wksta (wksta.c:237)
==30938== by 0x49588C0: run_test (test.h:584)
==30938== by 0x4958CAF: main (test.h:654)
==30938== 64 bytes in 2 blocks are possibly lost in loss record 41 of 73
==30938== at 0x7BC4C735: notify_alloc (heap.c:255)
==30938== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30938== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==30938== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==30938== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==30938== by 0x4C33177: ???
==30938== by 0x4C29723: ???
==30938== by 0x4C29B00: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C33751: ???
==30938== by 0x4C29ABA: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C3362E: ???
==30938== by 0x4C2E6E4: ???
==30938== by 0x4957493: run_wkstatransportenum_tests (wksta.c:152)
==30938== by 0x4957AB6: func_wksta (wksta.c:237)
==30938== by 0x49588C0: run_test (test.h:584)
==30938== by 0x4958CAF: main (test.h:654)
==30938==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36166
Bug ID: 36166
Summary: valgrind shows several possible leaks in
vbscript/tests/createobj.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==1948== 20 bytes in 1 blocks are possibly lost in loss record 128 of 653
==1948== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1948== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1948== by 0x680B673: heap_alloc (vbscript.h:432)
==1948== by 0x680CBCD: VBScript_AddNamedItem (vbscript.c:426)
==1948== by 0x4E4B610: create_script (activscp.h:1022)
==1948== by 0x4E4D020: test_GetObject (createobj.c:1022)
==1948== by 0x4E4D35B: func_createobj (createobj.c:1097)
==1948== by 0x4E5DA0F: run_test (test.h:584)
==1948== by 0x4E5DDFE: main (test.h:654)
==1948==
==1948== 28 bytes in 1 blocks are possibly lost in loss record 179 of 653
==1948== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1948== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1948== by 0x4FCB21A: heap_alloc_zero (typelib.c:1662)
==1948== by 0x4FCDE59: MSFT_ReadAllRefs (typelib.c:2902)
==1948== by 0x4FD0104: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==1948== by 0x4FCF370: TLB_ReadTypeLib (typelib.c:3460)
==1948== by 0x4FC7694: LoadTypeLibEx (typelib.c:478)
==1948== by 0x4FC75D0: LoadTypeLib (typelib.c:454)
==1948== by 0x680E4C6: get_typeinfo (vbscript_main.c:56)
==1948== by 0x67F321B: init_global (global.c:1946)
==1948== by 0x680BA7F: set_ctx_site (vbscript.c:105)
==1948== by 0x680C509: VBScript_SetScriptSite (vbscript.c:312)
==1948== by 0x4E4B59D: create_script (activscp.h:1007)
==1948== by 0x4E4B6F1: test_CreateObject (createobj.c:779)
==1948== by 0x4E4D356: func_createobj (createobj.c:1096)
==1948== by 0x4E5DA0F: run_test (test.h:584)
==1948== by 0x4E5DDFE: main (test.h:654)
==1948==
==2464== 112 bytes in 1 blocks are possibly lost in loss record 425 of 653
==2464== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2464== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2464== by 0x4FA80B4: alloc_bstr (oleaut.c:162)
==2464== by 0x4FA844A: SysAllocStringLen (oleaut.c:324)
==2464== by 0x4E4958F: a2bstr (createobj.c:126)
==2464== by 0x4E4B2FF: parse_script_ae (createobj.c:721)
==2464== by 0x4E4D038: test_GetObject (createobj.c:1023)
==2464== by 0x4E4D35B: func_createobj (createobj.c:1097)
==2464== by 0x4E5DA0F: run_test (test.h:584)
==2464== by 0x4E5DDFE: main (test.h:654)
==2464==
etc.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36325
Bug ID: 36325
Summary: valgrind shows a couple possible leaks in
rpcrt4/tests/server.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==459== 64 bytes in 1 blocks are possibly lost in loss record 172 of 352
==459== at 0x7BC4C735: notify_alloc (heap.c:255)
==459== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==459== by 0x55F927B: rpcrt4_protseq_np_alloc (rpc_transport.c:642)
==459== by 0x55F5366: alloc_serverprotoseq (rpc_server.c:927)
==459== by 0x55F5610: RPCRT4_get_or_create_serverprotseq (rpc_server.c:977)
==459== by 0x55F5709: RpcServerUseProtseqEpExA (rpc_server.c:997)
==459== by 0x55F51E2: RpcServerUseProtseqEpA (rpc_server.c:892)
==459== by 0x4973259: server (server.c:1622)
==459== by 0x49737B1: func_server (server.c:1718)
==459== by 0x4995124: run_test (test.h:584)
==459== by 0x4995513: main (test.h:654)
==459==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36585
Bug ID: 36585
Summary: valgrind shows uninitialized memory use in
user32/tests/edit.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p
user32_test.exe.so edit && touch edit.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==4864== Use of uninitialised value of size 4
==4864== at 0x403DC86: mbstowcs_sbcs (mbtowc.c:88)
==4864== by 0x403E430: wine_cp_mbstowcs (mbtowc.c:278)
==4864== by 0x7B850B05: MultiByteToWideChar (locale.c:2031)
==4864== by 0x52560FB: EDIT_EM_SetHandle (edit.c:2821)
==4864== by 0x525C68C: EditWndProc_common (edit.c:4728)
==4864== by 0x52CDFCA: EditWndProcA (winproc.c:1077)
==4864== by 0x52CB4F5: ??? (winproc.c:173)
==4864== by 0x52CB66A: call_window_proc (winproc.c:244)
==4864== by 0x52CD8B9: WINPROC_call_window (winproc.c:909)
==4864== by 0x528A11C: call_window_proc (message.c:2223)
==4864== by 0x528CFBA: send_message (message.c:3260)
==4864== by 0x528D649: SendMessageA (message.c:3476)
==4864== by 0x4DD5C07: test_EM_GETHANDLE (edit.c:2700)
==4864== by 0x4DD61E2: func_edit (edit.c:2785)
==4864== by 0x4E93978: run_test (test.h:584)
==4864== by 0x4E93D67: main (test.h:654)
==4864== Uninitialised value was created by a client request
==4864== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==4864== by 0x7BC4C641: initialize_block (heap.c:240)
==4864== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==4864== by 0x7B8457FF: HeapAlloc (heap.c:271)
==4864== by 0x7B845B34: GlobalAlloc (heap.c:388)
==4864== by 0x7B846E63: LocalAlloc (heap.c:967)
==4864== by 0x4DD5AD5: test_EM_GETHANDLE (edit.c:2686)
==4864== by 0x4DD61E2: func_edit (edit.c:2785)
==4864== by 0x4E93978: run_test (test.h:584)
==4864== by 0x4E93D67: main (test.h:654)
==4864==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36574
Bug ID: 36574
Summary: valgrind shows a definite leak in
urlmon/tests/protocol.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21884== 96 bytes in 1 blocks are definitely lost in loss record 552 of 841
==21884== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==21884== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==21884== by 0x6430124: heap_alloc_zero (internet.h:121)
==21884== by 0x6431091: create_netconn (netconnection.c:369)
==21884== by 0x641FDBC: open_http_connection (http.c:4789)
==21884== by 0x6420432: HTTP_HttpSendRequestW (http.c:4916)
==21884== by 0x64211FA: AsyncHttpSendRequestProc (http.c:5182)
==21884== by 0x642DD83: INTERNET_WorkerThreadFunc (internet.c:3840)
==21884== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==21884== by 0x7BC870C7: ??? (signal_i386.c:2571)
==21884== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==21884== by 0x7BC870A5: ??? (signal_i386.c:2571)
==21884== by 0x7BC8E4EC: start_thread (thread.c:428)
==21884== by 0x421FF92: start_thread (pthread_create.c:309)
==21884== by 0x43247ED: clone (clone.S:129)
==21884==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36393
Bug ID: 36393
Summary: valgrind shows a possible leak in
infosoft/tests/infosoft.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M infosoft.dll -p
infosoft_test.exe.so infosoft && touch infosoft.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==21605== 28 bytes in 1 blocks are possibly lost in loss record 157 of 548
==21605== at 0x7BC508EB: RtlAllocateHeap (heap.c:255)
==21605== by 0x5062BE8: apartment_getclassobject (compobj.c:526)
==21605== by 0x5065FF6: get_inproc_class_object (compobj.c:2894)
==21605== by 0x5068D5F: CoGetClassObject (compobj.c:3032)
==21605== by 0x50694E7: CoCreateInstance (compobj.c:3197)
==21605== by 0x4AA23CE: func_infosoft (infosoft.c:167)
==21605== by 0x4AA285A: run_test (test.h:584)
==21605== by 0x4AA1C8E: main (test.h:654)
==21605==
--
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.