[ http://issues.apache.org/jira/browse/XALANC-507?page=all ] David Bertoni closed XALANC-507: --------------------------------
> Safety improvements for XalanVector::insert() > --------------------------------------------- > > Key: XALANC-507 > URL: http://issues.apache.org/jira/browse/XALANC-507 > Project: XalanC > Type: Improvement > Components: XalanC > Versions: CurrentCVS > Reporter: David Bertoni > Assignee: David Bertoni > Priority: Minor > Fix For: CurrentCVS > Attachments: patch.txt > > XalanVector::insert() should assert that the supplied iterator is legal. > Also, there is an overload for non-const iterators which is not necessary, > since we use pointers and pointer-to-type converts trivially to > pointer-to-const-type. > A patch is attached. Committers, can you please review? -- 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]
