Date: Sun, 19 Nov 2000 02:01:27 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd ext.h sys_term.c telnetd.c Message-ID: <200011191001.CAA25584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2000/11/19 02:01:27 PST Modified files: libexec/telnetd ext.h sys_term.c telnetd.c Log: Don't use sizeof() on a pointer when we really wanted to measure the length of the array. Noticed by: Christos Zoulas <christos@ZOULAS.COM> Obtained from: OpenBSD Revision Changes Path 1.8 +2 -2 src/libexec/telnetd/ext.h 1.26 +4 -8 src/libexec/telnetd/sys_term.c 1.24 +1 -2 src/libexec/telnetd/telnetd.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?200011191001.CAA25584>