Date: Mon, 18 Nov 1996 11:24:50 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen exec.c Message-ID: <199611181924.LAA06241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611181924.LAA06241>