Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140303 | Differences between
and this patch

Collapse All | Expand All

(-)../pristine-linux-2.6.16.13/kernel/sys.c (-1 / +1 lines)
Lines 1802-1808 Link Here
1802
			error = current->mm->dumpable;
1802
			error = current->mm->dumpable;
1803
			break;
1803
			break;
1804
		case PR_SET_DUMPABLE:
1804
		case PR_SET_DUMPABLE:
1805
			if (arg2 < 0 || arg2 > 2) {
1805
			if (arg2 < 0 || arg2 > 1) {
1806
				error = -EINVAL;
1806
				error = -EINVAL;
1807
				break;
1807
				break;
1808
			}
1808
			}

Return to bug 140303