Infinity loop in localedef utility
----------------------------------
Key: STDCXX-281
URL: http://issues.apache.org/jira/browse/STDCXX-281
Project: C++ Standard Library
Issue Type: Bug
Components: Utilities
Affects Versions: 4.1.3
Environment: All
Reporter: Farid Zaripov
The localedef utility goes into infinity loop if LC_COLLATE section of the locale definition
file is incomplete.
-----------------------
$ echo "LC_COLLATE" > collate.src \
&& echo > empty.cm \
&& ../bin/localedef -c -w -f empty.cm -i collate.src collate.empty
-----------------------
The details are here:
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200608.mbox/%3cF92433E3D38672499C549EB615AFADA07EFF4F@exkiv.kyiv.vdiweb.com%3e
--
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
|