[
https://issues.apache.org/jira/browse/STDCXX-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Sebor updated STDCXX-281:
--------------------------------
Affects Version/s: 4.1.4
4.2.0
Added 4.1.4 and 4.2.0 to Affected Version/s.
> [localedef] infinite loop on invalid LC_COLLATE input
> -----------------------------------------------------
>
> Key: STDCXX-281
> URL: https://issues.apache.org/jira/browse/STDCXX-281
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 4.1.3, 4.1.4, 4.2.0
> Environment: All
> Reporter: Farid Zaripov
> Assignee: Martin Sebor
> Priority: Trivial
> Fix For: 4.2.1
>
> Original Estimate: 2h
> Time Spent: 1h
> Remaining Estimate: 1h
>
> 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/[EMAIL
> PROTECTED]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.