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.git20211230-17-g0ba67e20


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20211230-17-g0ba67e20
Date: Tue, 18 Jan 2022 16:34:58 -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  0ba67e20da488e1b715b5c33e3d08daeec3b8aba (commit)
      from  b874989276a33411f188f277e74b612612af6fac (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 0ba67e20da488e1b715b5c33e3d08daeec3b8aba
Author: Etienne Brateau <etienne.brateau@gmail.com>
Date:   Tue Jan 18 22:11:40 2022 +0100

    ext2fs: fix invalid check
    
    log2_dev_block_per_fs_block is unsigned so it won’t never be less than 0
    and the check is then always false. Instead check the two values directly
    before doing the substraction.
    Message-Id: <20220118211140.8837-1-etienne.brateau@gmail.com>

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

Summary of changes:
 ext2fs/hyper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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