patch-2.1.128 linux/arch/mips/kernel/irixelf.c
Next file: linux/arch/sparc64/kernel/binfmt_aout32.c
Previous file: linux/arch/m68k/kernel/ptrace.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Nov 11 11:49:59 1998
-  Orig file: 
v2.1.127/linux/arch/mips/kernel/irixelf.c
-  Orig date: 
Fri Oct 23 22:01:19 1998
diff -u --recursive --new-file v2.1.127/linux/arch/mips/kernel/irixelf.c linux/arch/mips/kernel/irixelf.c
@@ -1197,7 +1197,7 @@
 #else
 	corefile[4] = '\0';
 #endif
-	dentry = open_namei(corefile, O_CREAT | 2 | O_TRUNC, 0600);
+	dentry = open_namei(corefile, O_CREAT | 2 | O_TRUNC | O_NOFOLLOW, 0600);
 	if (IS_ERR(dentry)) {
 		inode = NULL;
 		goto end_coredump;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov