[Bug 22410] Age Of Empires III: Initialization failed

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 23 05:51:31 CDT 2010


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





--- Comment #15 from Alistair Leslie-Hughes <leslie_alistair at hotmail.com>  2010-04-23 05:51:28 ---
This latest exceptions is to be caused

saxreader.c:1264
while(memcmp(beg-4, "<!--", sizeof(char[4]))) beg--;

and at a guess "<!--" is never found, and then buffer under runs.

If you change the function to look like below, does it get any further?
static void libxmlComment(void *ctx, const xmlChar *value)
{
saxlocator *This = ctx;
update_position(This, NULL);
}

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