Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57458
b: refs/heads/master
c: c287ef1
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 9, 2007
1 parent 4587104 commit ee1942c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4342f4ace2335d4fa9fe52b4cceca979413470b2
refs/heads/master: c287ef1ff9296ddf707af6f9d355e1c3ffc243dd
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static int load_flat_file(struct linux_binprm * bprm,
if (!realdatastart)
realdatastart = (unsigned long) -ENOMEM;
printk("Unable to allocate RAM for process data, errno %d\n",
(int)-datapos);
(int)-realdatastart);
do_munmap(current->mm, textpos, text_len);
ret = realdatastart;
goto err;
Expand Down

0 comments on commit ee1942c

Please sign in to comment.