[ http://nagoya.apache.org/jira/browse/XERCESC-1105?page=history ]

Alberto Massari updated XERCESC-1105:
-------------------------------------

    Priority: Major

> transcode function on AIX returns incorrect value
> -------------------------------------------------
>
>          Key: XERCESC-1105
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-1105
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.2.0
>  Environment: Operating System: AIX
> Platform: Other
>     Reporter: Karen Bradshaw
>     Assignee: Xerces-C Developers Mailing List

>
> XMLString::transcode always returns 1 regardless of the provided buffer size.
> // const char * str;
> // XMLCh * buffer;
> // size_t buffer_size;
> if(XMLString::transcode(str, buffer, buffer_size - 4))
> {
>   return buffer;
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to