From owner-cvs-all Mon Jun 21 9:40: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 161B214FB5; Mon, 21 Jun 1999 09:40:04 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82240; Mon, 21 Jun 1999 09:40:04 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906211640.JAA82240@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 21 Jun 1999 09:40:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_gzip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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