You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/21 19:50:34 UTC

[jira] Updated: (STDCXX-281) [localedef] infinite loop on invalid LC_COLLATE input

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

Martin Sebor updated STDCXX-281:
--------------------------------

              Severity: Runtime Error
    Remaining Estimate: 2h
     Original Estimate: 2h

> [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
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Martin Sebor
>            Priority: Trivial
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
>   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.
-
You can reply to this email to add a comment to the issue online.