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
|