commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.6-81-gbf6d5e6


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.6-81-gbf6d5e6
Date: Mon, 05 Oct 2015 11:32:46 +0000

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 <address@hidden>
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 <address@hidden>
Date:   Mon Oct 5 13:06:24 2015 +0200

    Update NEWS file

commit 726c58c7de0f0ab6053801a566112497391cfe32
Author: Justus Winter <address@hidden>
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



reply via email to

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