Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65250
b: refs/heads/master
c: 8cc8c28
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 1, 2007
1 parent 3506654 commit 94fbdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c908f97d0f9aee32fa6d4b0a44c4c5d0ccab2b0
refs/heads/master: 8cc8c28a9acdceda0e60519167a052cc3408c5c3
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/binfmt_aout32.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static u32 __user *create_aout32_tables(char __user *p, struct linux_binprm *bpr
get_user(c,p++);
} while (c);
}
put_user(NULL,argv);
put_user(0,argv);
current->mm->arg_end = current->mm->env_start = (unsigned long) p;
while (envc-->0) {
char c;
Expand All @@ -186,7 +186,7 @@ static u32 __user *create_aout32_tables(char __user *p, struct linux_binprm *bpr
get_user(c,p++);
} while (c);
}
put_user(NULL,envp);
put_user(0,envp);
current->mm->env_end = (unsigned long) p;
return sp;
}
Expand Down

0 comments on commit 94fbdba

Please sign in to comment.