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]

Re: Read this, please...


> Hello, this is not reallly a GCC bug, but since it's an error of the
> package it's into and i didn't know where to send it, i sent it
> here...  ok, here it goes, it's stupid, i know....
> in the libc help reference, the example from _fix_path, there's a line
> scanf(oldpath);
> that should be
> scanf("%s", oldpath);

Thanks for your bug report. I'm not exactly sure what documentation
you are talking about, but it seems you've read glibc
documentation. Please don't send glibc bug report to this address; use
the glibcbug script on your system to report such bugs instead.

Regards,
Martin

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