This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/26777] sync_with_stdio(false) triggers bug with sgetc and pubseekoff
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2006 23:15:29 -0000
- Subject: [Bug libstdc++/26777] sync_with_stdio(false) triggers bug with sgetc and pubseekoff
- References: <bug-26777-12388@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pcarlini at suse dot de 2006-03-21 23:15 -------
Yes, I think we can fix this rathe easily in basic_filebuf<>::_M_seek, by
checking the return value of _M_file.seekoff. Working on it... Thanks for your
report.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-03-21 23:15:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26777