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-7-gfd8213f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.5-7-gfd8213f
Date: Tue, 08 Oct 2013 20:40:23 +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  fd8213f83d0656bd0cd5215306e22e5a25058bee (commit)
       via  d0302f12c4d33eabbcbaf23e941ac33e1e364e3d (commit)
       via  0fd357b48642f16c3adf8ed474f299daecef2613 (commit)
      from  9ba4ba4394e729560e72148a0e52160faf83893f (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 fd8213f83d0656bd0cd5215306e22e5a25058bee
Author: Justus Winter <address@hidden>
Date:   Tue Oct 8 15:49:04 2013 +0200

    libfshelp: properly free active translator entries
    
    Previously the dynamically allocated field name leaks. Fix this by
    properly freeing the objects of type struct translator.
    
    * libfshelp/translator-list.c (translator_ihash_cleanup): Fix memory leak.

commit d0302f12c4d33eabbcbaf23e941ac33e1e364e3d
Author: Justus Winter <address@hidden>
Date:   Tue Oct 8 15:49:03 2013 +0200

    trans: rename a global variable
    
    Rename the global variable "path" to "target_path" to make it more
    unambiguous.
    
    * trans/mtab.c: Rename global variable "path".

commit 0fd357b48642f16c3adf8ed474f299daecef2613
Author: Justus Winter <address@hidden>
Date:   Tue Oct 8 15:49:02 2013 +0200

    Revert "tmpfs: drop privileges in the tmpfs translator"
    
    This reverts commit 7075bc11289355478659cd1610632a9299734afc.
    
    Dropping the unix privileges of the tmpfs translator causes problems
    with the passive translator startup. The function fshelp_fetch_root
    creates an auth handle containing the processes original UID and
    GID. But if the privileges were dropped before, this operation fails
    with EPERM.
    
    This commit also broke mkfifo(3), possibly for similar or related
    reasons.
    
    * tmpfs/tmpfs.c (main): Do not drop all privileges.

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

Summary of changes:
 libfshelp/translator-list.c |    5 ++++-
 tmpfs/tmpfs.c               |    6 ------
 trans/mtab.c                |   16 ++++++++--------
 3 files changed, 12 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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