Uploaded image for project: 'XalanC'
  1. XalanC
  2. XALANC-705

crash with pure virtual function call

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • CurrentCVS
    • CurrentCVS
    • XalanC, XPathC
    • None
    • any platform

    Description

      Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash

      <?xml version="1.0" encoding="windows-1251"?>
      <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org" xmlns:xalan="http://xml.apache.org/xalan">
      <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
      <xsl:template match="*">
      <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
      </xsl:template>
      </xsl:stylesheet>

      Attachments

        1. XALANC-705.patch
          3 kB
          David N Bertoni

        Activity

          People

            dbertoni David N Bertoni
            michael.kupchuk Michael Kupchuk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: