From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20832 invoked by alias); 24 May 2002 16:36:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20808 invoked by uid 71); 24 May 2002 16:36:04 -0000 Date: Fri, 24 May 2002 09:56:00 -0000 Message-ID: <20020524163603.20805.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Reply-To: Benjamin Kosnik X-SW-Source: 2002-05/txt/msg00778.txt.bz2 List-Id: The following reply was made to PR libstdc++/6784; it has been noted by GNATS. From: Benjamin Kosnik To: Andrew Pollard Cc: bkoz@gcc.gnu.org, Andrew.Pollard@brooks-pri.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Date: Fri, 24 May 2002 09:27:42 -0700 > #0 0xff30c620 in number () from /usr/lib/libc.so.1 > #1 0xff30c290 in __doscan_u () from /usr/lib/libc.so.1 > #2 0xff310e90 in sscanf () from /usr/lib/libc.so.1 Ooooh yeah. I remember this. This is a bug in libc's sscanf and extreme input. You'll have to talk to Sun. -benjamin