Skip Menu |

This queue is for tickets about the XML-Fast CPAN distribution.

Report information
The Basics
Id: 71682
Status: resolved
Priority: 0/
Queue: XML-Fast

People
Owner: MONS [...] cpan.org
Requestors: shsczimmerman [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug-XML-Fast
Date: Fri, 14 Oct 2011 12:08:54 -0400
To: bug-XML-Fast [...] rt.cpan.org
From: S Zimmerman <shsczimmerman [...] gmail.com>
I have a case where XML::Fast gets into an infinite loop parsing bad xml. The message "Found no open tag for XML. Ignored" is repeated. The depth never changes from 3. Looks like may be able to fix by adding "ctx->depth--;" after line 590 in Fast.xs. Thanks, good package
Thanks for report. Could you pass me an example of bad xml?
seems to be fixed