Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377294
b: refs/heads/master
c: 945fb13
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jun 22, 2013
1 parent 5dd9adf commit b4a83a5
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: 7995bd287134f6c8f80d94bebe7396f05a9bc42b
refs/heads/master: 945fb136dfcb5291b4fb2abd4fd1edf790de44ff
2 changes: 1 addition & 1 deletion trunk/arch/x86/ia32/ia32_aout.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int aout_core_dump(long signr, struct pt_regs *regs, struct file *file,
/* struct user */
DUMP_WRITE(&dump, sizeof(dump));
/* Now dump all of the user data. Include malloced stuff as well */
DUMP_SEEK(PAGE_SIZE);
DUMP_SEEK(PAGE_SIZE - sizeof(dump));
/* now we start writing out the user space info */
set_fs(USER_DS);
/* Dump the data area */
Expand Down

0 comments on commit b4a83a5

Please sign in to comment.