Date: Mon, 21 Jun 1999 09:40:03 -0700 (PDT) From: Tim Vanderhoek <hoek@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_gzip.c Message-ID: <199906211640.JAA82240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hoek 1999/06/21 09:40:02 PDT Modified files: (Branch: RELENG_3) sys/kern imgact_gzip.c Log: MFC: Return ENOEXEC for short gzipped files. I waived the standard undefined waiting period on this mfc due to 1) the ease with which it lets a non-priv user panic a GENERIC kernel ("touch x; gzip x; chmod u+x x.gz; ./x.gz") and 2) the fact that I really tested it on -stable, anyways. Revision Changes Path 1.35.2.1 +10 -1 src/sys/kern/imgact_gzip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906211640.JAA82240>