[Bug 38350] FTDI Vinculum II IDE V2.0.2-SP2 gets OLE Error 80020006 and exits, native msxml3 is workaround

WineHQ Bugzilla wine-bugs at winehq.org
Sun Aug 7 16:07:13 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=38350

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com

--- Comment #11 from Damjan Jovanovic <damjan.jov at gmail.com> ---
Still happens in Wine 7.14.

The "Out of memory" error is from domelem_get_item() line 1837:

---snip---
1834    curr = xmlNewNsProp(NULL, xmlns, ns->prefix, ns->href);
1835    if (!curr) {
1836        xmlFreeNs(xmlns);
1837        return E_OUTOFMEMORY;
1838    }
---snip---

I think xmlNewNsProp() fails because ns->prefix == NULL.

-- 
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