XMLUTF8Transcoder reads past the end of the input buffer
--------------------------------------------------------

         Key: XERCESC-1555
         URL: http://issues.apache.org/jira/browse/XERCESC-1555
     Project: Xerces-C++
        Type: Bug
  Components: Utilities  
    Versions: 2.7.0    
    Reporter: Mark Weaver
 Attachments: Transcoder.patch

             do
             {
                 *outPtr++ = XMLCh(*srcPtr++);
            } while (*srcPtr <= 127    &&
                      srcPtr != srcEnd &&
                      outPtr != outEnd );

srcEnd should not be read

-- 
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]

Reply via email to