commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9.git20210811-14-g21d99ce


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20210811-14-g21d99ce
Date: Mon, 16 Aug 2021 16:24:16 -0400 (EDT)

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  21d99ce0cfefc82039f9bd45bd9d12eb47966992 (commit)
      from  7e176f23511446bc33f4e43fd098ddb73acd8146 (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 21d99ce0cfefc82039f9bd45bd9d12eb47966992
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 16 22:22:16 2021 +0200

    libstore: Detect device-based access overflow
    
    recnum_t is 32bit while offsets are 64bit. We need to detect the
    otherwise-silent truncation of the address. This happens here at 2TiB
    for 512-byte sectors.
    
    * libstore/device.c (dev_read, dev_write): Return EOVERFLOW on addresses
      that are larger than what the device interface can handle.

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

Summary of changes:
 libstore/device.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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