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++/16655] Segmentation fault in the std::ofstream destructor


------- Additional Comments From pcarlini at suse dot de  2004-07-30 09:30 -------
Indeed, assuming the analysis is correct, the bug should be fixed also in 3.3.x,
since __basic_file<char>::close() sets _M_cfile = 0 even when fclose fails: 2.
does not hold.

-- 


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


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