mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
945fb136df
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> |
||
---|---|---|
.. | ||
audit.c | ||
ia32_aout.c | ||
ia32_signal.c | ||
ia32entry.S | ||
Makefile | ||
nosyscall.c | ||
sys_ia32.c | ||
syscall_ia32.c |