git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7995bd2
)
aout32 coredump compat fix
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 22 Jun 2013 07:01:38 +0000
(11:01 +0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 22 Jun 2013 07:01:38 +0000
(11:01 +0400)
dump_seek() does SEEK_CUR, not SEEK_SET; native binfmt_aout
handles it correctly (seeks by PAGE_SIZE - sizeof(struct user),
getting the current position to PAGE_SIZE), compat one seeks
by PAGE_SIZE and ends up at PAGE_SIZE + already written...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found