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.brat...@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.brat...@gmail.com> ----------------------------------------------------------------------- Summary of changes: ext2fs/hyper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hurd