Al Viro 945fb136df 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>
2013-06-22 11:01:38 +04:00
..
2013-05-09 09:59:16 -07:00
2013-06-15 11:49:48 -10:00
2013-05-10 07:21:16 -07:00
2013-05-09 09:59:16 -07:00
2013-06-06 10:07:26 +09:00
2013-05-09 09:59:16 -07:00
2013-05-09 09:59:16 -07:00
2013-06-13 22:12:14 +01:00
2013-06-22 11:01:38 +04:00
2013-05-09 14:38:16 -07:00