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 bf6d5e67e86a059c1ffbde425d0f3f05fd0a0717 (commit) via 407237da61abdc0c82d91efab392d78b7e464fb4 (commit) via 726c58c7de0f0ab6053801a566112497391cfe32 (commit) from 7e5f8c6e0d01e4df0c70fc82101ef9b294138a41 (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 bf6d5e67e86a059c1ffbde425d0f3f05fd0a0717 Author: James Clarke <jrt...@jrtc27.com> Date: Tue Sep 29 18:06:46 2015 +0100 Add missing null checks in libshouldbeinlibc The getpwnam_r and similar functions only return non-zero on error, but not finding the given name/UID/GID does not count as an error. When they return 0, the value of the result (*result when looking at the arguments in the man pages) still needs to be checked for null. * libshouldbeinlibc/idvec-rep.c (lookup_uid): Check result for null. (lookup_gid): Likewise. * libshouldbeinlibc/idvec-verify.c (verify_passwd): Likewise. (verify_id): Likewise. commit 407237da61abdc0c82d91efab392d78b7e464fb4 Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Mon Oct 5 13:06:24 2015 +0200 Update NEWS file commit 726c58c7de0f0ab6053801a566112497391cfe32 Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Mon Oct 5 13:04:45 2015 +0200 libdiskfs: fflush stdout when pausing * libdiskfs/boot-start.c (diskfs_start_bootstrap): fflush stdout when pausing for /hurd/startup. ----------------------------------------------------------------------- Summary of changes: NEWS | 18 ++++++++++++++++++ libdiskfs/boot-start.c | 1 + libshouldbeinlibc/idvec-rep.c | 4 ++-- libshouldbeinlibc/idvec-verify.c | 7 ++++--- 4 files changed, 25 insertions(+), 5 deletions(-) hooks/post-receive -- Hurd