linux-kernel: Add shebang size limit patch.

parent de60c9ba
Debian package created using
https://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage
from a Debian Wheezy release with backports activated.
TODO: automate debian package creation.
--- include/linux/binfmts.h 2014-09-14 00:41:52.000000000 +0200
+++ include/linux/binfmts.h.new 2015-01-06 14:19:42.559830302 +0100
@@ -15,7 +15,7 @@
#define MAX_ARG_STRINGS 0x7FFFFFFF
/* sizeof(linux_binprm->buf) */
-#define BINPRM_BUF_SIZE 128
+#define BINPRM_BUF_SIZE 1024
#ifdef __KERNEL__
#include <linux/list.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment