commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.7-118-gf2d22b3


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.7-118-gf2d22b3
Date: Tue, 26 Apr 2016 21:44:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  f2d22b3bab4de4b20c857bf6f0191fb6c000fd14 (commit)
      from  f4d6b646a1aa6f8e489dd3eeae1a188de0b2a070 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f2d22b3bab4de4b20c857bf6f0191fb6c000fd14
Author: Samuel Thibault <address@hidden>
Date:   Tue Apr 26 23:42:25 2016 +0200

    libdiskfs: Reject LFS seeks and read/writes
    
    vm_offset_t (used by pager_memcpy) is not 64bit-ready yet. Reject requests
    which go further than this.
    
    * libdiskfs/io-seek.c (diskfs_S_io_seek): Return EFBIG when requested offset
    is beyond limits of vm_offset_t.
    * libdiskfs/rdwr-internal.c (_diskfs_rdwr_internal): Return EFBIG when
    request goes beyond limits of vm_offset_t.

-----------------------------------------------------------------------

Summary of changes:
 libdiskfs/io-seek.c       |    8 ++++++++
 libdiskfs/rdwr-internal.c |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]