Date: Sun, 24 Aug 1997 22:02:12 -0700 (PDT) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip cmds.c tip.c tip.h tipout.c Message-ID: <199708250502.WAA08164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1997/08/24 22:02:12 PDT Modified files: usr.bin/tip/tip cmds.c tip.c tip.h tipout.c Log: Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable buffer overflow in tipout.c. Reviewed by: millert@openbsd.org (tipout.c) Submitted by: millert@openbsd.org (rest of idea) Revision Changes Path 1.5 +2 -2 src/usr.bin/tip/tip/cmds.c 1.5 +3 -3 src/usr.bin/tip/tip/tip.c 1.4 +4 -4 src/usr.bin/tip/tip/tip.h 1.5 +2 -2 src/usr.bin/tip/tip/tipout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708250502.WAA08164>