This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/23953] using stringstreams causes crashes with some locales


------- Additional Comments From pcarlini at suse dot de  2005-09-18 17:31 -------
It looks like we are not considering some special corner cases for the localedata
in numeric_members.cc: as long as *nl_langinfo_l(THOUSANDS_SEP) != '\0' we simply
process the nl_langinfo_l(GROUPING) string as-is. We should be more careful...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-18 17:31:29
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23953


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]