Date: Wed, 7 Feb 2001 21:33:19 -0800 (PST) From: Mike Heffner <mikeh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lam lam.c Message-ID: <200102080533.f185XJ085067@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mikeh 2001/02/07 21:33:19 PST
Modified files:
usr.bin/lam lam.c
Log:
Prevent string overflows by using safer string functions
Use tolower() rather than bit or-ing
Sanity check user specified printf() format
Exit when too many input files are given
Remove register from variables
Reviewed by: markm, imp
Revision Changes Path
1.5 +28 -22 src/usr.bin/lam/lam.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?200102080533.f185XJ085067>
