From owner-freebsd-bugs Tue Oct 20 03:59:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00768 for freebsd-bugs-outgoing; Tue, 20 Oct 1998 03:59:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00756 for ; Tue, 20 Oct 1998 03:59:09 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA23848 for bugs@freebsd.org; Tue, 20 Oct 1998 20:58:38 +1000 Date: Tue, 20 Oct 1998 20:58:38 +1000 From: Bruce Evans Message-Id: <199810201058.UAA23848@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG Subject: amusing vi bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After umask 777 # silly season rm -f /tmp/z touch /tmp/z vi /tmp/z vi recurses endlessly in file_open() and files up /tmp with temporary files until the filesysem containing /tmp runs out of indodes or some other limit is hit. This may have been fixed. contrib/nvi is 8 versions out of date (1.79 - 1.71). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message