From owner-freebsd-bugs Wed Oct 2 06:05:57 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA03946 for bugs-outgoing; Wed, 2 Oct 1996 06:05:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA03927; Wed, 2 Oct 1996 06:05:55 -0700 (PDT) Date: Wed, 2 Oct 1996 06:05:55 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610021305.GAA03927@freefall.freebsd.org> To: ost@comnets.rwth-aachen.de, jkh, freebsd-bugs Subject: Re: gnu/1707 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: mkisofs gets signal 6 if some options are not supplied State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Wed Oct 2 06:03:10 PDT 1996 State-Changed-Why: This is not actually a bug as the calls to abort() are intentional - they're deliberately flagging the fatal lack of a required argument. Admittedly, this constitues rather crude error checking and should almost certainly be implemented differently, but then that's true for all of mkisofs given that the whole thing needs a rewrite badly. I'm going to close this as a "feature" and comment that anyone wishing to rewrite mkisofs more than has my blessing to do so.