[ http://issues.apache.org/jira/browse/XERCESC-1217?page=all ] David Bertoni closed XERCESC-1217: ----------------------------------
> GrammarResolver::getXSModel() incorrectly tests two pointers to determine if > the XSModel has changed > ---------------------------------------------------------------------------------------------------- > > Key: XERCESC-1217 > URL: http://issues.apache.org/jira/browse/XERCESC-1217 > Project: Xerces-C++ > Type: Bug > Versions: Nightly build (please specify the date) > Environment: All platforms > Reporter: David Bertoni > Priority: Blocker > > 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. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
