From: Shriramana Sharma <samjnaa@gmail.com>
To: Linux C Programming List <linux-c-programming@vger.kernel.org>
Subject: A safe scanf function
Date: Sun, 26 Feb 2006 13:47:20 +0530 [thread overview]
Message-ID: <200602261347.20494.samjnaa@gmail.com> (raw)
If I am not wrong, a safe alternate for scanf could be (relatively) easily
written which simply uses getline and sscanf -- thereby replacing the
original scanf function.
Why has not anyone written such a function and included it into the GNU C
library? Myself, I may write such a function for a specific case in my
program, but to modify the original library function I lack the know-how.
I request one of the guru-s here to do this most helpful task.
Thank you.
--
Tux #395953 resides at http://samvit.org
playing with KDE 3.51 on SUSE Linux 10.0
$ date [] CCE +2006-02-26 W08-7 UTC+0530
next reply other threads:[~2006-02-26 8:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-26 8:17 Shriramana Sharma [this message]
2006-02-26 15:34 ` A safe scanf function Glynn Clements
2006-02-27 15:15 ` Shriramana Sharma
2006-02-27 15:46 ` Glynn Clements
2006-02-28 4:29 ` Shriramana Sharma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602261347.20494.samjnaa@gmail.com \
--to=samjnaa@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.