Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209460
Collapse All | Expand All

(-)fs/splice.c.old (+3 lines)
Lines 1182-1187 Link Here
1182
		if (unlikely(!base))
1182
		if (unlikely(!base))
1183
			break;
1183
			break;
1184
1184
1185
		if (unlikely(!access_ok(VERIFY_READ, base, len)))
1186
			break;
1187
1185
		/*
1188
		/*
1186
		 * Get this base offset and number of pages, then map
1189
		 * Get this base offset and number of pages, then map
1187
		 * in the user pages.
1190
		 * in the user pages.

Return to bug 209460