https://bugs.winehq.org/show_bug.cgi?id=42205
Bug ID: 42205
Summary: winegcc requires gcc 4.7 but 6.1 is installed
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karmo.rosental(a)gmail.com
Distribution: ---
I installed wine-devel 2.0-rc4 from Wine repositories and also had to install
GCC 4.7 next to GCC 6.1 to use winegcc.
I got an error every time:
winebuild: gcc-4.7 failed with status 1
winegcc: winebuild failed
After installing GCC 4.7 this error dissapeared and let me compile.
winegcc from Official Ubuntu wine-stable 1.8.5 package worked well with GCC
6.1.
--
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=44775
Bug ID: 44775
Summary: [winevulkan] Failed to open dynamic library
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: gillg02(a)hotmail.com
Distribution: ---
Hi,
I have an issue with the new winevulkan.
I created a winevulkan.json in c:/windows/ :
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "c:\\windows\\syswow64\\winevulkan.dll",
"api_version": "1.0.68"
}
}
I added registry keys for 32 & 64bits to use vulkan json file in drivers
I installed le last 1.0.x vulkan sdk (1.0.68.0 with winetricks)
I installed the last release of dxvk (0.31 from here
https://github.com/doitsujin/dxvk/releases/)
--------------------------------------------------------------------------------
When I tried to run "c:/Program Files (x86)/VulkanRT/1.0.68.0/vulkaninfo.exe" I
get an error :
0009:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting
Vulkan.
ERROR: [loader] Code 0 : Failed to open dynamic library
"c:\windows\syswow64\winevulkan.dll" with error 1114
Cannot create Vulkan instance.
C:\VulkanSDKBuild\workspace\LoaderAndValidationLayers\demos\vulkaninfo.c:808:
failed with VK_ERROR_INCOMPATIBLE_DRIVER
But... When I run vunlkaninfo on my system (ubuntu 16.04 with package
vulkan-utils) I get :
===========
VULKAN INFO
===========
Vulkan API Version: 1.0.61
INFO: [loader] Code 0 : Found ICD manifest file
/usr/share/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0"
INFO: [loader] Code 0 : Found ICD manifest file
/usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
Instance Extensions:
====================
Instance Extensions count = 9
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_get_physical_device_properties2: extension revision 1
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_KHR_external_semaphore_capabilities: extension revision 1
VK_EXT_debug_report : extension revision 8
Layers: count = 0
=======
Presentable Surfaces:
=====================
GPU id : 0 (Intel(R) HD Graphics 520 (Skylake GT2))
Surface type : VK_KHR_xcb_surface
Formats: count = 2
B8G8R8A8_SRGB
B8G8R8A8_UNORM
Present Modes: count = 3
IMMEDIATE_KHR
MAILBOX_KHR
FIFO_KHR
------------------------------------------------------------------------------
I don't know if it's a bug with winevulkan.dll or if something is wrong in my
conf, but it seems stange...
--
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=46349
Bug ID: 46349
Summary: wininet/tests/http.c shows uninitialized memory use
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==23151== Thread 5:
==23151== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==23151== at 0x425091F: sendmsg (sendmsg.c:30)
==23151== by 0x60591C4: WS2_send (socket.c:2628)
==23151== by 0x60594BB: WS2_sendto (socket.c:5606)
==23151== by 0x605FBC5: WS_send (socket.c:5521)
==23151== by 0x4A93CF4: server_thread (http.c:2443)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== Address 0x4a2d031 is 4,193 bytes inside a recently re-allocated
block of size 8,000 alloc'd
==23151== at 0x7BC483AD: notify_alloc (heap.c:260)
==23151== by 0x7BC4BD6D: RtlReAllocateHeap (heap.c:1893)
==23151== by 0x4A931F3: server_thread (http.c:2156)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== Uninitialised value was created by a client request
==23151== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==23151== by 0x7BC4A643: initialize_block (heap.c:245)
==23151== by 0x7BC4BDEE: RtlReAllocateHeap (heap.c:1915)
==23151== by 0x4A931F3: server_thread (http.c:2156)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151==
--
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=36587
Bug ID: 36587
Summary: valgrind shows uninitialized memory use in
user32/tests/winstation.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 winstation && touch winstation.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==25156== Syscall param write(buf) points to uninitialised byte(s)
==25156== at 0x4226CF3: __write_nocancel (syscall-template.S:81)
==25156== by 0x7BC7FD72: send_request (server.c:198)
==25156== by 0x7BC7FF91: wine_server_call (server.c:294)
==25156== by 0x519D2EE: send_hardware_message (message.c:3331)
==25156== by 0x5173BEB: SendInput (input.c:185)
==25156== by 0x4D9FB49: test_inputdesktop (winstation.c:530)
==25156== by 0x4DA2430: func_winstation (winstation.c:939)
==25156== by 0x4DA3978: run_test (test.h:584)
==25156== by 0x4DA3D67: main (test.h:654)
==25156== Address 0x510f6a8 is on thread 1's stack
==25156== Uninitialised value was created by a stack allocation
==25156== at 0x4D9F748: test_inputdesktop (winstation.c:492)
==25156==
--
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=36636
Bug ID: 36636
Summary: valgrind shows an uninitialized write in
shell32/tests/appbar.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20270== Syscall param writev(vector[...]) points to uninitialised byte(s)
==20270== at 0x4E952886: writev (in /usr/lib/libc-2.18.so)
==20270== by 0x7BC7FE6F: send_request (server.c:213)
==20270== by 0x7BC80001: wine_server_call (server.c:294)
==20270== by 0x5254AF8: put_message_in_queue (message.c:3141)
==20270== by 0x5254EA9: send_inter_thread_message (message.c:3209)
==20270== by 0x525518A: send_message (message.c:3277)
==20270== by 0x52555D1: SendMessageTimeoutW (message.c:3414)
==20270== by 0x4D221BC: SHAppBarMessage (appbar.c:142)
==20270== by 0x4A59513: test_setpos (appbar.c:222)
==20270== by 0x4A5ABF9: func_appbar (appbar.c:442)
==20270== by 0x4AB44E4: run_test (test.h:584)
==20270== by 0x4AB48D3: main (test.h:654)
==20270== Address 0x4cdfb20 is on thread 1's stack
==20270== Uninitialised value was created by a stack allocation
==20270== at 0x4A5940F: test_setpos (appbar.c:203)
==20270==
--
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=46348
Bug ID: 46348
Summary: rpcrt4/tests/server.c shows uninitialized memory use
in union_tests()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p
rpcrt4_test.exe.so server && touch server.ok
==19697== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==19697== at 0x425091F: sendmsg (sendmsg.c:30)
==19697== by 0x56081C4: WS2_send (socket.c:2628)
==19697== by 0x56084BB: WS2_sendto (socket.c:5606)
==19697== by 0x560EBC5: WS_send (socket.c:5521)
==19697== by 0x552C19C: rpcrt4_conn_tcp_write (rpc_transport.c:1424)
==19697== by 0x551F74C: rpcrt4_conn_write (rpc_binding.h:197)
==19697== by 0x5520FD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==19697== by 0x5521CE2: RPCRT4_Send (rpc_message.c:1249)
==19697== by 0x5522C8E: I_RpcSend (rpc_message.c:1813)
==19697== by 0x5522F6E: I_RpcSendReceive (rpc_message.c:1926)
==19697== by 0x54FFBFF: NdrSendReceive (ndr_clientserver.c:215)
==19697== by 0x4A6B3E6: ip_test (server_c.c:5576)
==19697== by 0x4A59939: union_tests (server.c:1120)
==19697== by 0x4A5E4EB: run_tests (server.c:1613)
==19697== by 0x4A5E78F: client (server.c:1674)
==19697== by 0x4A60399: func_server (server.c:2229)
==19697== by 0x4A7AFD8: run_test (test.h:617)
==19697== by 0x4A7BA16: main (test.h:701)
==19697== Address 0x492d4c8 is 24 bytes inside a recently re-allocated block
of size 100 alloc'd
==19697== at 0x7BC483AD: notify_alloc (heap.c:260)
==19697== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==19697== by 0x5521086: RPCRT4_SendWithAuth (rpc_message.c:809)
==19697== by 0x5521CE2: RPCRT4_Send (rpc_message.c:1249)
==19697== by 0x5522C8E: I_RpcSend (rpc_message.c:1813)
==19697== by 0x5522F6E: I_RpcSendReceive (rpc_message.c:1926)
==19697== by 0x54FFBFF: NdrSendReceive (ndr_clientserver.c:215)
==19697== by 0x4A6B3E6: ip_test (server_c.c:5576)
==19697== by 0x4A59939: union_tests (server.c:1120)
==19697== by 0x4A5E4EB: run_tests (server.c:1613)
==19697== by 0x4A5E78F: client (server.c:1674)
==19697== by 0x4A60399: func_server (server.c:2229)
==19697== by 0x4A7AFD8: run_test (test.h:617)
==19697== by 0x4A7BA16: main (test.h:701)
==19697== Uninitialised value was created by a stack allocation
==19697== at 0x4A595F7: union_tests (server.c:1069)
==19697==
--
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=46347
Bug ID: 46347
Summary: ole32/tests/clipboard.c shows an invalid read in
test_flushed_getdata()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so
clipboard && touch clipboard.ok
==17967== Invalid read of size 2
==17967== at 0x7B443E1B: GlobalFree (heap.c:762)
==17967== by 0x4E5DCE3: get_stgmed_for_storage (clipboard.c:1303)
==17967== by 0x4E5E2DB: snapshot_GetData (clipboard.c:1467)
==17967== by 0x4A8132D: IDataObject_GetData (objidl.h:6604)
==17967== by 0x4A8132D: test_flushed_getdata (???:0)
==17967== by 0x4A83A71: func_clipboard (clipboard.c:1875)
==17967== by 0x4AD412F: run_test (test.h:617)
==17967== by 0x4AD4B6D: main (test.h:701)
==17967== Address 0x492ac78 is 280 bytes inside a block of size 306 free'd
==17967== at 0x7BC48418: notify_free (heap.c:268)
==17967== by 0x7BC4AFB7: RtlFreeHeap (heap.c:1772)
==17967== by 0x7B4433BC: HeapFree (heap.c:276)
==17967== by 0x7B455BEC: load_library (module.c:985)
==17967== by 0x7B455C94: LoadLibraryExW (module.c:1035)
==17967== by 0x51B4AE5: RegLoadMUIStringW (registry.c:3243)
==17967== by 0x7B475895: reg_load_mui_string (time.c:383)
==17967== by 0x7B4771D1: GetDynamicTimeZoneInformation (time.c:1475)
==17967== by 0x7B4776D5: TIMEZONE_InitRegistry (time.c:827)
==17967== by 0x7B44526D: process_attach (kernel_main.c:92)
==17967== by 0x7B445371: DllMain (kernel_main.c:142)
==17967== by 0x7B47F372: __wine_spec_dll_entry (dll_entry.c:40)
==17967== by 0x7BC4CFB1: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==17967== by 0x7BC5074B: MODULE_InitDLL (loader.c:1218)
==17967== by 0x7BC50A3E: process_attach (loader.c:1312)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC532E9: attach_dlls (loader.c:3298)
==17967== Block was alloc'd at
==17967== at 0x7BC483AD: notify_alloc (heap.c:260)
==17967== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==17967== by 0x7B443394: HeapAlloc (heap.c:271)
==17967== by 0x7B4558B6: MODULE_get_dll_load_path (module.c:759)
==17967== by 0x7B455AC9: load_library (module.c:951)
==17967== by 0x7B455C94: LoadLibraryExW (module.c:1035)
==17967== by 0x51B4AE5: RegLoadMUIStringW (registry.c:3243)
==17967== by 0x7B475895: reg_load_mui_string (time.c:383)
==17967== by 0x7B4771D1: GetDynamicTimeZoneInformation (time.c:1475)
==17967== by 0x7B4776D5: TIMEZONE_InitRegistry (time.c:827)
==17967== by 0x7B44526D: process_attach (kernel_main.c:92)
==17967== by 0x7B445371: DllMain (kernel_main.c:142)
==17967== by 0x7B47F372: __wine_spec_dll_entry (dll_entry.c:40)
==17967== by 0x7BC4CFB1: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==17967== by 0x7BC5074B: MODULE_InitDLL (loader.c:1218)
==17967== by 0x7BC50A3E: process_attach (loader.c:1312)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
--
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=46340
Bug ID: 46340
Summary: comctl32//tests/edit.c shows uninitialized memory use
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so edit && touch edit.ok
==28392== Syscall param writev(vector[...]) points to uninitialised byte(s)
==28392== at 0x43567D3: writev (writev.c:26)
==28392== by 0x7BC75457: send_request (server.c:228)
==28392== by 0x7BC76158: server_call_unlocked (server.c:288)
==28392== by 0x7BC761AD: wine_server_call (server.c:321)
==28392== by 0x4F60D1B: SetClipboardData (clipboard.c:904)
==28392== by 0x4A9C057: test_paste (edit.c:2919)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Address 0x4940bce is 30 bytes inside a recently re-allocated block
of size 263 alloc'd
==28392== at 0x7BC483AD: notify_alloc (heap.c:260)
==28392== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==28392== by 0x7B4433A0: HeapAlloc (heap.c:271)
==28392== by 0x7B443603: GlobalAlloc (heap.c:389)
==28392== by 0x4A9BF57: test_paste (edit.c:2908)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Uninitialised value was created by a client request
==28392== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==28392== by 0x7BC4A643: initialize_block (heap.c:245)
==28392== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==28392== by 0x7B4433A0: HeapAlloc (heap.c:271)
==28392== by 0x7B443603: GlobalAlloc (heap.c:389)
==28392== by 0x4A9BF57: test_paste (edit.c:2908)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392==
--
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=43380
Bug ID: 43380
Summary: valgrind shows an uninitialized memory in
dlls/ntdll/tests/pipe.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so
pipe && touch pipe.ok
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6DE84: read_pipe_test (pipe.c:876)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1d is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param writev(vector[...]) points to uninitialised byte(s)
==30664== at 0x433804F: ??? (syscall-template.S:84)
==30664== by 0x7BC8946B: send_request (server.c:228)
==30664== by 0x7BC89626: wine_server_call (server.c:309)
==30664== by 0x7BC4867A: server_write_file (file.c:624)
==30664== by 0x7BC49E71: NtWriteFile (file.c:1238)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A70352: func_pipe (pipe.c:1135)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #6, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
--
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=46345
Bug ID: 46345
Summary: mstask/tests/task.c shows uninitialized memory use in
task_set_trigger()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mstask
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M mstask.dll -p
mstask_test.exe.so task && touch task.ok
==19487== Syscall param write(buf) points to uninitialised byte(s)
==19487== at 0x424EC7F: write (write.c:27)
==19487== by 0x7BC443F7: NtWriteFile (file.c:1305)
==19487== by 0x7B43CC9A: WriteFile (file.c:571)
==19487== by 0x5ADBC76: write_triggers (task.c:1587)
==19487== by 0x5ADE779: MSTASK_IPersistFile_Save (task.c:1760)
==19487== by 0x42282EA: IPersistFile_Save (objidl.h:4652)
==19487== by 0x42282EA: save_job (???:0)
==19487== by 0x422A3E2: test_Run (task.c:606)
==19487== by 0x422ABBE: func_task (task.c:793)
==19487== by 0x4230331: run_test (test.h:617)
==19487== by 0x4230D6F: main (test.h:701)
==19487== Address 0x4954690 is 40 bytes inside a recently re-allocated block
of size 48 alloc'd
==19487== at 0x7BC483AD: notify_alloc (heap.c:260)
==19487== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==19487== by 0x5ADDDCD: heap_alloc (heap.h:29)
==19487== by 0x5ADEA7D: MSTASK_ITask_CreateTrigger (task.c:327)
==19487== by 0x5ADBBFC: ITask_CreateTrigger (mstask.h:1210)
==19487== by 0x5ADBBFC: write_triggers (???:0)
==19487== by 0x5ADE779: MSTASK_IPersistFile_Save (task.c:1760)
==19487== by 0x42282EA: IPersistFile_Save (objidl.h:4652)
==19487== by 0x42282EA: save_job (???:0)
==19487== by 0x422A1E2: test_Run (task.c:571)
==19487== by 0x422ABBE: func_task (task.c:793)
==19487== by 0x4230331: run_test (test.h:617)
==19487== by 0x4230D6F: main (test.h:701)
==19487== Uninitialised value was created by a stack allocation
==19487== at 0x5ADEC03: task_set_trigger (task.c:153)
==19487==
--
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.