This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Andrew Pollard <Andrew dot Pollard at brooks-pri dot com>
- Cc: bkoz at gcc dot gnu dot org, Andrew dot Pollard at brooks-pri dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Fri, 24 May 2002 09:27:42 -0700
- Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6
- Organization: Red Hat / Paris
- References: <20020523153721.30565.qmail@sources.redhat.com><3CED2973.9080302@brooks-pri.com>
- Reply-to: bkoz at redhat dot com
> #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