From owner-freebsd-security Fri Mar 16 10:40:11 2001 Delivered-To: freebsd-security@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 0510F37B718 for ; Fri, 16 Mar 2001 10:40:06 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id NAA61437; Fri, 16 Mar 2001 13:40:01 -0500 (EST) (envelope-from wollman) Date: Fri, 16 Mar 2001 13:40:01 -0500 (EST) From: Garrett Wollman Message-Id: <200103161840.NAA61437@khavrinen.lcs.mit.edu> To: Peter Pentchev Cc: freebsd-security@FreeBSD.ORG Subject: Re: Multiple vendors FTP denial of service In-Reply-To: <20010316203455.B8245@ringworld.oblivion.bg> References: <20010315215913.A70990@mollari.cthul.hu> <20010316202837.C428@ringworld.oblivion.bg> <20010316203455.B8245@ringworld.oblivion.bg> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > This could even do something like: > exec /usr/libexec/ftpd $* Make that: exec /usr/libexec/ftpd ${1+"$@"} (Unlikely to be necessary in the case of ftpd, but that's the correct way in general.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message