From owner-cvs-lib Mon Nov 18 11:26:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06328 for cvs-lib-outgoing; Mon, 18 Nov 1996 11:26:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06241; Mon, 18 Nov 1996 11:24:50 -0800 (PST) Date: Mon, 18 Nov 1996 11:24:50 -0800 (PST) From: Bruce Evans Message-Id: <199611181924.LAA06241@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen exec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/18 11:24:48 Modified: lib/libc/gen exec.c Log: Fixed execvp() of an empty pathname to fail POSIXly. Previously it attempted to exec the components of $PATH and it usually set errno to the wrong value. Found by: NIST PCTS Revision Changes Path 1.5 +6 -0 src/lib/libc/gen/exec.c