From owner-freebsd-commit Wed Sep 20 01:31:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24097 for freebsd-commit-outgoing; Wed, 20 Sep 1995 01:31:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24082 for cvs-all-outgoing; Wed, 20 Sep 1995 01:31:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24068 for cvs-bin-outgoing; Wed, 20 Sep 1995 01:31:07 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24055 ; Wed, 20 Sep 1995 01:31:00 -0700 Date: Wed, 20 Sep 1995 01:31:00 -0700 From: David Greenman Message-Id: <199509200831.BAA24055@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh eval.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/09/20 01:30:59 Modified: bin/sh eval.c Log: Don't dereference a NULL pointer in the case of a null pipe. e.g.: ls |> foo.out sh now behaves the same as it does under SunOS 4.x for this case.