From owner-freebsd-arch Mon May 22 0:31:43 2000 Delivered-To: freebsd-arch@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4C71837B54A; Mon, 22 May 2000 00:31:40 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA75680; Mon, 22 May 2000 09:31:38 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Brian Fundakowski Feldman Cc: Hajimu UMEMOTO , arch@FreeBSD.org Subject: Re: fetch(1) References: From: Dag-Erling Smorgrav Date: 22 May 2000 09:31:37 +0200 In-Reply-To: Brian Fundakowski Feldman's message of "Fri, 19 May 2000 21:39:30 -0400 (EDT)" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Fundakowski Feldman 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