[PATCH] Typo in do_coredumup

Benjamin Redelings I (bredelin@ucsd.edu)
Sat, 24 Jul 1999 10:33:05 -0700 (PDT)


--- fs/exec.c~ Sat Jul 24 11:17:14 1999
+++ fs/exec.c Sat Jul 24 11:30:35 1999
@@ -850,6 +850,7 @@
if (!binfmt || !binfmt->core_dump)
goto fail;
if (!current->dumpable || atomic_read(&current->mm->mm_users) !=1)
+ return 0;
current->dumpable = 0;
if (current->rlim[RLIMIT_CORE].rlim_cur < binfmt->min_coredump)
goto fail;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/