From owner-cvs-gnu Sat Nov 2 20:23:15 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21465 for cvs-gnu-outgoing; Sat, 2 Nov 1996 20:23:15 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA21409; Sat, 2 Nov 1996 20:21:20 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id PAA05261; Sun, 3 Nov 1996 15:17:25 +1100 Date: Sun, 3 Nov 1996 15:17:25 +1100 From: Bruce Evans Message-Id: <199611030417.PAA05261@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, sprice@HiWAAY.net Subject: Re: cvs commit: src/gnu/usr.bin/dc dc.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: gnu/usr.bin/dc dc.c >> Log: >> Don't allow filenames specified on the commandline >> to be directories. >> >> Revision Changes Path >> 1.4 +8 -1 src/gnu/usr.bin/dc/dc.c > >Ha! This is the last time that 'dc ..' dumps core for >me because of a SIGBUS error. It won't make be type any >slower or make me a better typer for that matter, but it >will cut down my frustration level a few notches. :) I don't approve. Directories just contain data from the point of view of dc, and the bug is that it crashes for some data. `cat .. | dc' failed correctly for all the ".."s that I tried. Bruce