View | Details | Raw Unified | Return to bug 83222
Collapse All | Expand All

(-)linux-2.6.5.orig/fs/binfmt_elf.c (-1 / +1 lines)
Lines 1203-1209 static void fill_prstatus(struct elf_prs Link Here
1203
static void fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p,
1203
static void fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p,
1204
			struct mm_struct *mm)
1204
			struct mm_struct *mm)
1205
{
1205
{
1206
	int i, len;
1206
	unsigned int i, len;
1207
	
1207
	
1208
	/* first copy the parameters from user space */
1208
	/* first copy the parameters from user space */
1209
	memset(psinfo, 0, sizeof(struct elf_prpsinfo));
1209
	memset(psinfo, 0, sizeof(struct elf_prpsinfo));

Return to bug 83222