You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Jeremy Dean (JIRA)" <ji...@apache.org> on 2006/05/24 22:16:31 UTC

[jira] Created: (STDCXX-189) locale_name_fmat seg faults during the configuration

locale_name_fmat seg faults during the configuration
----------------------------------------------------

         Key: STDCXX-189
         URL: http://issues.apache.org/jira/browse/STDCXX-189
     Project: C++ Standard Library
        Type: Bug

  Components: Build  
    Versions: 4.1.2    
 Environment: Linux AS 4u3
gcc 3.4.4-2
    Reporter: Jeremy Dean


If locale command is lengthy then LOCALE_NAME_FMAT.cpp  program will crash.  Seems to be a buffer overrun  in LOCALE_NAME_FMAT.cpp at line189 (trunk) because the 'def_locale' buffer may not have enough space to hold the name of a locale.

http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200605.mbox/%3c446DE3C8.7060106@roguewave.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


[jira] Closed: (STDCXX-189) [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-189.
-------------------------------


> [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp
> -----------------------------------------------------------------------
>
>                 Key: STDCXX-189
>                 URL: https://issues.apache.org/jira/browse/STDCXX-189
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 4.1.2
>         Environment: Linux AS 4u3
> gcc 3.4.4-2
>            Reporter: Jeremy Dean
>         Assigned To: Martin Sebor
>             Fix For: 4.2
>
>
> If locale command is lengthy then LOCALE_NAME_FMAT.cpp  program will crash.  Seems to be a buffer overrun  in LOCALE_NAME_FMAT.cpp at line189 (trunk) because the 'def_locale' buffer may not have enough space to hold the name of a locale.
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200605.mbox/%3c446DE3C8.7060106@roguewave.com%3e

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STDCXX-189) [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-189?page=all ]
     
Martin Sebor resolved STDCXX-189:
---------------------------------

    Resolution: Fixed

Fixed by the referenced change.

> [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp
> -----------------------------------------------------------------------
>
>          Key: STDCXX-189
>          URL: http://issues.apache.org/jira/browse/STDCXX-189
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Configuration
>     Versions: 4.1.2
>  Environment: Linux AS 4u3
> gcc 3.4.4-2
>     Reporter: Jeremy Dean
>     Assignee: Martin Sebor
>      Fix For: 4.2

>
> If locale command is lengthy then LOCALE_NAME_FMAT.cpp  program will crash.  Seems to be a buffer overrun  in LOCALE_NAME_FMAT.cpp at line189 (trunk) because the 'def_locale' buffer may not have enough space to hold the name of a locale.
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200605.mbox/%3c446DE3C8.7060106@roguewave.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


[jira] Updated: (STDCXX-189) [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-189?page=all ]

Martin Sebor updated STDCXX-189:
--------------------------------

      Component: Configuration
                     (was: Build)
        Summary: [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp  (was: locale_name_fmat seg faults during the configuration)
    Fix Version: 4.2

> [Linux] misconfiguration due to buffer overflow in LOCALE_NAME_FMAT.cpp
> -----------------------------------------------------------------------
>
>          Key: STDCXX-189
>          URL: http://issues.apache.org/jira/browse/STDCXX-189
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Configuration
>     Versions: 4.1.2
>  Environment: Linux AS 4u3
> gcc 3.4.4-2
>     Reporter: Jeremy Dean
>     Assignee: Martin Sebor
>      Fix For: 4.2

>
> If locale command is lengthy then LOCALE_NAME_FMAT.cpp  program will crash.  Seems to be a buffer overrun  in LOCALE_NAME_FMAT.cpp at line189 (trunk) because the 'def_locale' buffer may not have enough space to hold the name of a locale.
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200605.mbox/%3c446DE3C8.7060106@roguewave.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


[jira] Assigned: (STDCXX-189) locale_name_fmat seg faults during the configuration

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-189?page=all ]

Martin Sebor reassigned STDCXX-189:
-----------------------------------

    Assign To: Martin Sebor

> locale_name_fmat seg faults during the configuration
> ----------------------------------------------------
>
>          Key: STDCXX-189
>          URL: http://issues.apache.org/jira/browse/STDCXX-189
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.2
>  Environment: Linux AS 4u3
> gcc 3.4.4-2
>     Reporter: Jeremy Dean
>     Assignee: Martin Sebor

>
> If locale command is lengthy then LOCALE_NAME_FMAT.cpp  program will crash.  Seems to be a buffer overrun  in LOCALE_NAME_FMAT.cpp at line189 (trunk) because the 'def_locale' buffer may not have enough space to hold the name of a locale.
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200605.mbox/%3c446DE3C8.7060106@roguewave.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