Date: Sun, 14 Jun 1998 09:03:42 -0700 (PDT) From: Steve Price <steve@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/more ch.c command.c help.c main.c os.c prim.c Message-ID: <199806141603.JAA10570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
steve 1998/06/14 09:03:42 PDT
Modified files:
usr.bin/more ch.c command.c help.c main.c os.c prim.c
Log:
sprintf -> snprintf to avoid potential buffer overflow.
PR: 6907
Submitted by: Archie Cobbs <archie@whistle.com>
Revision Changes Path
1.5 +2 -2 src/usr.bin/more/ch.c
1.8 +12 -8 src/usr.bin/more/command.c
1.2 +1 -1 src/usr.bin/more/help.c
1.10 +4 -2 src/usr.bin/more/main.c
1.3 +6 -6 src/usr.bin/more/os.c
1.6 +2 -2 src/usr.bin/more/prim.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806141603.JAA10570>
