commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-257-g868a820


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-257-g868a820
Date: Sun, 18 May 2014 10:28:27 +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  868a820a19ff66c370cf40573ac89738386513c3 (commit)
       via  820241ead7e31082fa99f3e756c6aa73aae7d88b (commit)
       via  2e009c2f45dca5d8070653042c05c17aa4d0d692 (commit)
       via  4ece292c3fba7ec8f02b057a069943a325d091db (commit)
      from  e2be8995642cd962b7d61c9c231980de88302d50 (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 868a820a19ff66c370cf40573ac89738386513c3
Author: Justus Winter <address@hidden>
Date:   Fri May 16 10:13:02 2014 +0200

    proc: move translation functions to mig-decls.h
    
    * proc/hash.c (reqport_find): Move this function...
    * proc/proc.h (process_drop): ... and this...
    * proc/mig-decls.h: ... here and rename them.
    * proc/mig-mutate.h: Update accordingly.

commit 820241ead7e31082fa99f3e756c6aa73aae7d88b
Author: Justus Winter <address@hidden>
Date:   Fri May 16 13:15:03 2014 +0200

    trans/fakeroot: use C99-style struct initialization
    
    * trans/fakeroot.c (main): Use C99-style struct initialization to
    initialize argp.  This avoids a warning about missing field
    initializers.

commit 2e009c2f45dca5d8070653042c05c17aa4d0d692
Author: Justus Winter <address@hidden>
Date:   Fri May 16 13:07:40 2014 +0200

    trans/fakeroot: fix comparison between signed and unsigned
    
    * trans/fakeroot.c (netfs_attempt_chown): Fix comparison between
    signed and unsigned integer expressions.

commit 4ece292c3fba7ec8f02b057a069943a325d091db
Author: Justus Winter <address@hidden>
Date:   Fri May 16 12:50:35 2014 +0200

    trans/fakeroot: remove spurious semicolon
    
    A spurious semicolon caused a control flow bug in check_openmodes,
    leading to a port leak.
    
    * trans/fakeroot.c (check_openmodes): Remove spurious semicolon.

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

Summary of changes:
 proc/hash.c       |   11 -----------
 proc/mig-decls.h  |   18 ++++++++++++++++++
 proc/mig-mutate.h |    6 +++---
 proc/proc.h       |    7 -------
 trans/fakeroot.c  |    8 ++++----
 5 files changed, 25 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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