[LLVMbugs] [Bug 13113] std::streambuf calls underflow too early.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 14 13:15:59 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13113

Howard Hinnant <hhinnant at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Howard Hinnant <hhinnant at apple.com> 2012-06-14 15:15:59 CDT ---
Fixed in:

r138961 | hhinnant | 2011-09-01 14:02:45 -0700 (Thu, 01 Sep 2011) | 1 line

Reimplemented much of <istream> such that single character extractions do not
check to see if this is the last character in the stream and thus never set
eofbit.  This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 .  This fix
requires a recompiled libc++.dylib to be fully implemented.  The recompiled
libc++.dylib is ABI compatible with that shipped on Lion.

This fix requires a recompile of the dylib to take effect.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list