GNOME Bugzilla – Bug 330772
Stack overflow crash for infinitely recursive templates
Last modified: 2006-02-11 13:41:34 UTC
Using libxml 20619CVS2407, libxslt 10114CVS1011 and libexslt 812CVS1011 xsltproc was compiled against libxml 20619, libxslt 10114 and libexslt 812 libxslt 10114 was compiled against libxml 20619 libexslt 812 was compiled against libxml 20619 Applying the XSLT to the XML crashes xsltproc; it should exit with an error at some point instead.
Created attachment 59127 [details] XML input file
Created attachment 59128 [details] XSLT input file
Right. Could you provide a standalone example not fetching an external stylesheet on a remote server ? thanks, Daniel
Okay, fixed in CVS, but no standalone regression test yet added to the test suite, Daniel
Created attachment 59134 [details] Standalone version of the XSLT I've replaced math:power with a trivial template that just recurses. This still crashes the cited version, so I assume this is the same bug. (I didn't check the CVS version).