This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/54085] free storage leak when fdopen is combined with close of the file descriptor
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 24 Jul 2012 15:09:51 +0000
- Subject: [Bug libstdc++/54085] free storage leak when fdopen is combined with close of the file descriptor
- Auto-submitted: auto-generated
- References: <bug-54085-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54085
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |MOVED
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-07-24 15:09:51 UTC ---
fdopen is part of libc and not libstdc++. Report this bug to who you got libc
from rather than GCC.