From owner-cvs-all Mon Jun 21 9:23:18 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 0CF3814FB5; Mon, 21 Jun 1999 09:23:16 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80719; Mon, 21 Jun 1999 09:23:16 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906211623.JAA80719@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 21 Jun 1999 09:23:16 -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:23:15 PDT Modified files: sys/kern imgact_gzip.c Log: Correctly return ENOEXEC for really short zipped files. The way this is done is less-than cute, but this whole file is suffering from some amount of bitrot. Execution of zipped files should probably be implemented in a manner similar to that of #!/interpreted files. PR: kern/10780 Revision Changes Path 1.38 +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