Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1118
b: refs/heads/master
c: a84a505
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 17, 2005
1 parent e291722 commit 70bd65d
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: d3f0fcec2d50a18a84c4f3dd7683206ed37ca009
refs/heads/master: a84a505956f5c795a9ab3d60d97b6b91a27aa571
4 changes: 2 additions & 2 deletions trunk/fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr * exec,
}

/* Populate argv and envp */
p = current->mm->arg_start;
p = current->mm->arg_end = current->mm->arg_start;
while (argc-- > 0) {
size_t len;
__put_user((elf_addr_t)p, argv++);
Expand Down Expand Up @@ -1301,7 +1301,7 @@ static void fill_prstatus(struct elf_prstatus *prstatus,
static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p,
struct mm_struct *mm)
{
int i, len;
unsigned int i, len;

/* first copy the parameters from user space */
memset(psinfo, 0, sizeof(struct elf_prpsinfo));
Expand Down

0 comments on commit 70bd65d

Please sign in to comment.