gcc/libstdc++-v3/include
Jonathan Lennox 5bdb1440a1 streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin->egptr() before using.
2002-11-18  Jonathan Lennox  <lennox@cs.columbia.edu>

	* include/bits/streambuf.tcc (__copy_streambufs): verify
	__sbin->gptr() + __bufsize < __sbin->egptr() before using.
	* testsuite/27_io/ostream_inserter_other.cc (test_buffer_4): Add.
	(test05): Use test_buffer_4.  Delete unused ostringstream
	variables.

From-SVN: r59234
2002-11-18 22:42:35 +00:00
..
backward howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC macro. 2002-10-18 20:52:57 +00:00
bits streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin->egptr() before using. 2002-11-18 22:42:35 +00:00
c
c_compatibility
c_std
ext stl_rope.h (rope<>): Qualify dependent names with `typename'. 2002-09-17 01:56:06 +00:00
std std_sstream.h (basic_stringbuf::str(const __string_type&)): Prefer data() to c_str() thus avoiding assigning the unnecessary NULL-terminator. 2002-11-06 00:05:35 +00:00
Makefile.am Makefile.am (target_headers): Remove cpu_limits.h. 2002-09-26 05:25:14 +00:00
Makefile.in Makefile.am (target_headers): Remove cpu_limits.h. 2002-09-26 05:25:14 +00:00