You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by ji...@apache.org on 2004/05/19 21:24:00 UTC

[jira] Created: (XERCESC-1217) GrammarResolver::getXSModel() incorrectly tests two pointers to determine if the XSModel has changed

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1217

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1217
    Summary: GrammarResolver::getXSModel() incorrectly tests two pointers to determine if the XSModel has changed
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: Xerces-C++
   Versions:
             Nightly build (please specify the date)

   Assignee: 
   Reporter: David Bertoni

    Created: Wed, 19 May 2004 12:23 PM
    Updated: Wed, 19 May 2004 12:23 PM
Environment: All platforms

Description:
This function compares a previous return value from XMLGrammarPool::getXSModel() with what is returned currently to determine if the underlying model has changed.  The assumption that these pointers values will be different is broken, because there is no guarantee that the new XSModel with the XMLGrammarPool will have a different address.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


[jira] Resolved: (XERCESC-1217) GrammarResolver::getXSModel() incorrectly tests two pointers to determine if the XSModel has changed

Posted by xe...@xml.apache.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: cargilld
       Date: Wed, 29 Sep 2004 2:50 PM

Fix is in CVS. Would you please verify?
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1217

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1217
    Summary: GrammarResolver::getXSModel() incorrectly tests two pointers to determine if the XSModel has changed
       Type: Bug

     Status: Resolved
   Priority: Blocker
 Resolution: FIXED

    Project: Xerces-C++
   Versions:
             Nightly build (please specify the date)

   Assignee: 
   Reporter: David Bertoni

    Created: Wed, 19 May 2004 12:23 PM
    Updated: Wed, 29 Sep 2004 2:50 PM
Environment: All platforms

Description:
This function compares a previous return value from XMLGrammarPool::getXSModel() with what is returned currently to determine if the underlying model has changed.  The assumption that these pointers values will be different is broken, because there is no guarantee that the new XSModel with the XMLGrammarPool will have a different address.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org