Date: 22 May 2000 09:31:37 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: Brian Fundakowski Feldman <green@FreeBSD.org> Cc: Hajimu UMEMOTO <ume@mahoroba.org>, arch@FreeBSD.org Subject: Re: fetch(1) Message-ID: <xzppuqff3c6.fsf@flood.ping.uio.no> In-Reply-To: Brian Fundakowski Feldman's message of "Fri, 19 May 2000 21:39:30 -0400 (EDT)" References: <Pine.BSF.4.21.0005192130160.60567-100000@green.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Brian Fundakowski Feldman <green@FreeBSD.org> writes: > Right now with that change, the code will merrilly skip along addr[], > setting the members to 0 and incrementing i to 6. While this is not > especially harmful, you should probably fix the "*p, i < 6" which is > precisely equivalent to "i < 6" to be "*p != '\0' && i < 6". Uh, yeah. Too much blood in my cokestream :) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzppuqff3c6.fsf>