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

Collapse All | Expand All

(-)linux-2.6.7/fs/proc/base.c~ (+3 lines)
Lines 330-335 Link Here
330
	if (!mm)
330
	if (!mm)
331
		goto out;
331
		goto out;
332
332
333
	if (!mm->arg_end)
334
		goto out;
335
	
333
 	len = mm->arg_end - mm->arg_start;
336
 	len = mm->arg_end - mm->arg_start;
334
 
337
 
335
	if (len > PAGE_SIZE)
338
	if (len > PAGE_SIZE)

Return to bug 59905