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 "Mark Weaver (JIRA)" <xe...@xml.apache.org> on 2006/01/21 14:42:43 UTC

[jira] Updated: (XERCESC-1555) XMLUTF8Transcoder reads past the end of the input buffer

     [ http://issues.apache.org/jira/browse/XERCESC-1555?page=all ]

Mark Weaver updated XERCESC-1555:
---------------------------------

    Attachment: Transcoder.patch

Patch to fix

> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org