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.git20220218-6-gd0a59e67


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20220218-6-gd0a59e67
Date: Fri, 25 Feb 2022 13:38:05 -0500 (EST)

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  d0a59e67fedf760a02109f5c18281241c6caa654 (commit)
      from  ffdd90522aacaf19914c673f15e50f52137ada75 (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 d0a59e67fedf760a02109f5c18281241c6caa654
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Feb 25 19:36:10 2022 +0100

    Fix store_read calls
    
    store_read takes a look at the size to determine whether to fill the
    provided buffer or not. Even if providing a null buffer we should set
    the size to 0.
    
    * defpager/defpager.c (pager_read_page): Initialize nread to 0.
    * storeio/dev.c (buffered_rw): Initialize amount to 0.
    * fatfs/fat.c (fat_read_sblock): Initialize read to the size of the boot
    sector. Reuse it as such.

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

Summary of changes:
 defpager/defpager.c | 2 +-
 fatfs/fat.c         | 7 +++----
 storeio/dev.c       | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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