From owner-freebsd-security Thu Aug 26 11: 5:41 1999 Delivered-To: freebsd-security@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 45D0B15454; Thu, 26 Aug 1999 11:05:29 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA85336; Thu, 26 Aug 1999 12:05:20 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA66446; Thu, 26 Aug 1999 12:06:36 -0600 (MDT) Message-Id: <199908261806.MAA66446@harmony.village.org> To: Matthew Hunt Subject: Re: New exploit ? Patch ? (from BUGTRAQ Aug26 1999) Cc: Mike Tancsa , freebsd-security@FreeBSD.ORG, security-officer@FreeBSD.ORG In-reply-to: Your message of "Thu, 26 Aug 1999 11:03:01 PDT." <19990826110301.A3048@wopr.caltech.edu> References: <19990826110301.A3048@wopr.caltech.edu> <3.0.5.32.19990826125500.01d258a0@staff.sentex.ca> <199908261733.LAA65999@harmony.village.org> Date: Thu, 26 Aug 1999 12:06:36 -0600 From: Warner Losh Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990826110301.A3048@wopr.caltech.edu> Matthew Hunt writes: : On Thu, Aug 26, 1999 at 11:33:30AM -0600, Warner Losh wrote: : : > #!/bin/sh : > limits -c 0 : > /usr/sbin/periodic.bin $* : : I believe "limits" should read "ulimit". "limits" is /usr/bin/limits, : and "ulimit" is the /bin/sh builtin. : : wopr:~$ cat blah : #!/bin/sh : limits -c 0 : limits : ulimit -c 0 : limits i do believe that you are right. That's what I get for whipping out a test case w/o testing it completely... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message