diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-22 09:01:38 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-22 09:01:38 +0200 |
commit | 945fb136dfcb5291b4fb2abd4fd1edf790de44ff (patch) | |
tree | a32b99fade5a47d619b1c9fa5613f49f84bfa9dc /fs | |
parent | splice: don't pass the address of ->f_pos to methods (diff) | |
download | linux-945fb136dfcb5291b4fb2abd4fd1edf790de44ff.tar.xz linux-945fb136dfcb5291b4fb2abd4fd1edf790de44ff.zip |
aout32 coredump compat fix
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions