1. 27 6月, 2013 21 次提交
  2. 26 6月, 2013 3 次提交
  3. 25 6月, 2013 2 次提交
  4. 24 6月, 2013 5 次提交
  5. 23 6月, 2013 8 次提交
  6. 22 6月, 2013 1 次提交
    • A
      aout32 coredump compat fix · 945fb136
      Al Viro 提交于
      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: NAl Viro <viro@zeniv.linux.org.uk>
      945fb136