[Bug libstdc++/14072] New: basic_ios::imbue leaves dangling pointers

peturr02 at ru dot is gcc-bugzilla@gcc.gnu.org
Sun Feb 8 14:10:00 GMT 2004


basic_ios::imbue caches pointers to the ctype, num_get and num_put facets
in the new locale, however, if the new locale doesn't have these facets,
it leaves dangling pointers to the facets from the old locale.

-- 
           Summary: basic_ios::imbue leaves dangling pointers
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peturr02 at ru dot is
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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



More information about the Gcc-bugs mailing list