Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199815
b: refs/heads/master
c: 1da083c
h: refs/heads/master
i:
  199813: 3e139e3
  199811: d5802af
  199807: 9646fd7
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Jun 4, 2010
1 parent 385fa2f commit 2e14b00
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: 2e94de8acbe524d919f1ea8807913d7b005e1578
refs/heads/master: 1da083c9b23dafd6bcb08dcfec443e66e90efff0
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static int load_flat_file(struct linux_binprm * bprm,
if (IS_ERR_VALUE(result)) {
printk("Unable to read data+bss, errno %d\n", (int)-result);
do_munmap(current->mm, textpos, text_len);
do_munmap(current->mm, realdatastart, data_len + extra);
do_munmap(current->mm, realdatastart, len);
ret = result;
goto err;
}
Expand Down

0 comments on commit 2e14b00

Please sign in to comment.