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++/19510] [3.3 only] Uninitialized pointers in iterators


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-21 23:53 -------
Subject: Bug 19510

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	reichelt@gcc.gnu.org	2005-01-21 23:52:49

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: stl_list.h stl_tree.h 

Log message:
	PR libstdc++/19510
	* include/bits/stl_list.h (_List_iterator_base): Initialize _M_node
	in constructor.
	(_List_iterator): Initialize _List_iterator_base in constructor.
	* include/bits/stl_tree.h (_Rb_tree_iterator): Initialize _M_node
	in constructor.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.194&r2=1.1464.2.195
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_list.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.20&r2=1.20.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.17&r2=1.17.2.1



-- 


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


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