https://bugs.winehq.org/show_bug.cgi?id=43389
Bug ID: 43389
Summary: valgrind shows a few invalid reads in
dlls/wsdapi/tests/xml.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==3467== Invalid read of size 2
==3467== at 0x7B45265A: strlenW (unicode.h:200)
==3467== by 0x7B4598D0: CompareStringEx (locale.c:3895)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x4041981: compare_unicode_weights (sortkey.c:192)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x404198D: compare_unicode_weights (sortkey.c:192)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x40419E4: compare_unicode_weights (sortkey.c:209)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x40419FA: compare_unicode_weights (sortkey.c:209)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
--
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=37982
Bug ID: 37982
Summary: Illustrator CS6: alternate color selection does not
display colours
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 50606
--> https://bugs.winehq.org/attachment.cgi?id=50606
Alternate colour selection missing the colours
Illustrator CS6 installed in a fresh wineprefix
WINEARCH=win32
winetricks msxml3 ( needed for the Adobe installer )
winetricks atmlib to fix crashes when creating a new file
When opening the alternate color selection widget from the top bar, no colours
are displayed ( but see the tooltip which confirms that the colours are there
).
Fixed by winetricks gdiplus_winxp
--
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=39042
Bug ID: 39042
Summary: DirectSoft v6a: Csmain.exe crashes when searching for
Com ports
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: warrentb(a)comcast.net
Created attachment 52006
--> https://bugs.winehq.org/attachment.cgi?id=52006
Terminal Output wine Csmain.exe
If a com port exists to be found by Csmain.exe, the program crashes. This
happens when running any part of DirectSoft 6.
Steps I took:
Installed DirectSoft6 through wine.
Created a symlink from /dev/tty.usbserial to ~/.wine/dosdevices/com1
Ran Csmain.exe through wine
Download link for DirectSoft 6:
ftp.automationdirect.com/pub/directsoft60a_b725.zip
Sha-1 of SetupDS6.exe 798c333cf369f33901969448773074fe44b19946
--
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.