benoit.blaquiere created XERCESC-1986:
-----------------------------------------
Summary: Fix for MacOSUnicodeConverter::CopyCStringToPascal
Key: XERCESC-1986
URL: https://issues.apache.org/jira/browse/XERCESC-1986
Project: Xerces-C++
Issue Type: Bug
Components: Utilities
Affects Versions: 3.1.1
Environment: Mac OS X 10.6 and 10.7
Reporter: benoit.blaquiere
sizeof(pas) must be replace by sizeof(Str255), because sizeof(pas) returns
sizeof(unsigned char *) and not sizeof(unsigned char[256]) as desired.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]