[ http://issues.apache.org/jira/browse/STDCXX-104?page=all ]
Martin Sebor reassigned STDCXX-104:
-----------------------------------
Assign To: Martin Sebor
> [Mac OS X 10.2.8] Use of wcscoll and wcslen without checking guards
> -------------------------------------------------------------------
>
> Key: STDCXX-104
> URL: http://issues.apache.org/jira/browse/STDCXX-104
> Project: STDCXX
> Type: Bug
> Components: Build
> Environment: Mac OS X 10.2.8/Darwin 6.8, GCC 3.1
> Reporter: Andrew Black
> Assignee: Martin Sebor
>
> In src/collate.cpp, collate_byname<wchar_t>::do_compare() uses wcscoll
> without checking if _RWSTD_NO_WCSCOLL and/or _RWSTD_NO_WCSCOLL_IN_LIBC are
> undefined (my reading of the macro names is that a version of wcscoll is
> availible if either is defined)
> In src/wcodecvt.cpp, __rw_libc_do_out uses wcslen(). As I read things, there
> should be a macro pair _RWSTD_NO_WCSLEN and/or _RWSTD_NO_WCSLEN_IN_LIBC, but
> I don't think either macro is defined/undefined in the generated config.h (I
> didn't think to bring it in after the experiements over the weekend)
--
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