patch-2.4.0-test6 linux/fs/binfmt_elf.c
Next file: linux/fs/binfmt_misc.c
Previous file: linux/fs/autofs4/root.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 31 10:51:09 2000
- Orig file:
v2.4.0-test5/linux/fs/binfmt_elf.c
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test5/linux/fs/binfmt_elf.c linux/fs/binfmt_elf.c
@@ -512,7 +512,7 @@
retval = PTR_ERR(interpreter);
if (IS_ERR(interpreter))
goto out_free_interp;
- retval = kernel_read(interpreter, 0, bprm->buf, 128);
+ retval = kernel_read(interpreter, 0, bprm->buf, BINPRM_BUF_SIZE);
if (retval < 0)
goto out_free_dentry;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)