Date: Fri, 12 Mar 2004 13:06:20 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <200403122106.i2CL6Kb6090102@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004/03/12 13:06:20 PST FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Do what the execve(2) manpage says and enforce what a Strictly Conforming POSIX application should do by disallowing the argv argument to be NULL. PR: kern/33738 Submitted by: Marc Olzheim, Serge van den Boom OK'ed by: nectar Revision Changes Path 1.238 +2 -1 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403122106.i2CL6Kb6090102>