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 980a537c0083d8bfb0311a2d5619b197bc5950a0 (commit) via fdd4f062ad4e4bbf298b72846bfed263ec1b482b (commit) via ee3096149e95aeea12df75fffe2bae789917b927 (commit) via 44852507c56c05e6ad45b0f99a9cd20d4ae3a2bf (commit) via b03d5ada9d46a990e944a072ec9a1ba9e769f7bb (commit) via 6fd9cd1599381115ca57786c4412e4501dda1748 (commit) via 996448841d7714f6404a6e2173eaa06f9b64ad5f (commit) from 0ba67e20da488e1b715b5c33e3d08daeec3b8aba (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 980a537c0083d8bfb0311a2d5619b197bc5950a0 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Thu Jan 20 00:33:48 2022 +0100 proc: Fix variable type Reported-by: Etienne Brateau <etienne.brat...@gmail.com> commit fdd4f062ad4e4bbf298b72846bfed263ec1b482b Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Wed Jan 19 20:29:44 2022 +0100 libnetfs: fix type of variable Message-Id: <20220119192945.36654-6-etienne.brat...@gmail.com> commit ee3096149e95aeea12df75fffe2bae789917b927 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Wed Jan 19 20:29:43 2022 +0100 libps: fix some signed vs unsigned comparision Message-Id: <20220119192945.36654-5-etienne.brat...@gmail.com> commit 44852507c56c05e6ad45b0f99a9cd20d4ae3a2bf Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Wed Jan 19 20:29:42 2022 +0100 libdiskfs: improve asserts and remove a sign compare warning Message-Id: <20220119192945.36654-4-etienne.brat...@gmail.com> commit b03d5ada9d46a990e944a072ec9a1ba9e769f7bb Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Wed Jan 19 20:29:41 2022 +0100 libstore: fix type of a counter Message-Id: <20220119192945.36654-3-etienne.brat...@gmail.com> commit 6fd9cd1599381115ca57786c4412e4501dda1748 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Wed Jan 19 20:29:40 2022 +0100 libpager: fix assertion unsigned against 0 Comparing an unsigned to be superior or equals to 0 is always true, instead move the assert before the substraction and compare it to the value to substract. Message-Id: <20220119192945.36654-2-etienne.brat...@gmail.com> commit 996448841d7714f6404a6e2173eaa06f9b64ad5f Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Thu Jan 20 00:28:28 2022 +0100 libpager: fix a comparison between signed and unsigned Reported-by: Etienne Brateau <etienne.brat...@gmail.com> ----------------------------------------------------------------------- Summary of changes: libdiskfs/boot-start.c | 3 ++- libnetfs/file-get-translator.c | 2 +- libpager/lock-object.c | 4 ++-- libpager/pager-memcpy.c | 6 +++--- libps/proclist.c | 2 +- libps/write.c | 8 ++++---- libstore/argp.c | 2 +- proc/pgrp.c | 8 ++++---- 8 files changed, 18 insertions(+), 17 deletions(-) hooks/post-receive -- Hurd