Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 13:40:01 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Peter Pentchev <roam@orbitel.bg>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: Multiple vendors FTP denial of service
Message-ID:  <200103161840.NAA61437@khavrinen.lcs.mit.edu>
In-Reply-To: <20010316203455.B8245@ringworld.oblivion.bg>
References:  <20010315215913.A70990@mollari.cthul.hu> <Pine.BSF.4.33.0103160832130.17245-100000@mars.entic.net> <20010316202837.C428@ringworld.oblivion.bg> <20010316203455.B8245@ringworld.oblivion.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 16 Mar 2001 20:34:55 +0200, Peter Pentchev <roam@orbitel.bg> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103161840.NAA61437>