This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix libstdc++/11352
- From: "B. Kosnik" <bkoz at nabi dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 30 Jun 2003 13:39:50 -0500
- Subject: Re: [Patch] Fix libstdc++/11352
- References: <3F008128.2070400@unitus.it>
>the actual seg fault is difficult to reproduce but the problem
>seems to me simple and and the fix obviously correct: before
>accessing __olds[1] we must make sure that __olds has at
>least two positions.
Good catch.
>Tested x86-linux, ok trunk and 3_3?
Yes, but can you try to add the test case too?
best,
benjamin