[Bug 34677] e-carte bleue la banque postale doesn't work at all

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 11 06:01:26 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34677

--- Comment #12 from Nikolay Sivov <bunglehead at gmail.com> 2013-10-11 06:01:26 CDT ---
(In reply to comment #6)
> 
> The app tries to download some XML file from server which is not present,
> resulting in malformed file.
> Wine's msxml still says "ok" from domdoc_load(), letting the app call
> domselection_get_item() which fails, setting out param to NULL which causes app
> code to crash. 
> 

Yes, this makes sense. Parsing failure is not propagated to a caller, you'll
get failure only if moniker operations failed and it's still S_OK if some data
is returned (even if it doesn't represent xml document).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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