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 "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/11/17 14:12:39 UTC

[jira] Closed: (XERCESC-1105) transcode function on AIX returns incorrect value

     [ https://issues.apache.org/jira/browse/XERCESC-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1105.
------------------------------------

    Resolution: Invalid
      Assignee:     (was: Xerces-C Developers Mailing List)

No reply from the reporter. Assuming invalid.

> transcode function on AIX returns incorrect value
> -------------------------------------------------
>
>                 Key: XERCESC-1105
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1105
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.2.0
>         Environment: Operating System: AIX
> Platform: Other
>            Reporter: Karen Bradshaw
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org