http://bugs.winehq.org/show_bug.cgi?id=8107
Adam Martinson amartinson@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #32002|0 |1 is obsolete| |
--- Comment #57 from Adam Martinson amartinson@codeweavers.com 2010-11-17 18:04:56 CST --- Created an attachment (id=32009) --> (http://bugs.winehq.org/attachment.cgi?id=32009) domelem_get_dataType() patch
Awesome, looks like I was right. The program is reading the variant set by domelem_get_dataType() through V_BSTR() without checking its type first, and getting garbage data as a pointer. This one should solve that issue. If it doesn't resolve all of the msxml issues, please attach a +tid,+msxml,+variant log.