commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3530-g5534751


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3530-g5534751
Date: Mon, 15 Jul 2013 07:53:52 +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  5534751bfc13761fd87c667cd3f3719575adac2a (commit)
       via  73097d3e1e737f4885b96fc47416a013bd5a4d76 (commit)
      from  1fa4f9cb2e24794edb8dfcb5a566ec118f11763b (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 5534751bfc13761fd87c667cd3f3719575adac2a
Author: Justus Winter <address@hidden>
Date:   Thu Jul 11 18:09:05 2013 +0200

    libnetfs: fix consistency check
    
    passive is not a zero terminated string but a char * combined with a
    length. If passivelen == 0, passive may very well be not NULL, and
    dereferencing that pointer might not be safe. At the very least the
    consistency check is wrong. Fix that by checking passivelen instead of
    passive.
    
    * libnetfs/file-set-trans.c (netfs_S_file_set_translator): Fix sanity check.

commit 73097d3e1e737f4885b96fc47416a013bd5a4d76
Author: Justus Winter <address@hidden>
Date:   Thu Jul 11 18:09:04 2013 +0200

    libdiskfs: fix consistency check
    
    passive is not a zero terminated string but a char * combined with a
    length. If passivelen == 0, passive may very well be not NULL, and
    dereferencing that pointer might not be safe. At the very least the
    consistency check is wrong. Fix that by checking passivelen instead of
    passive.
    
    * libdiskfs/file-set-trans.c (diskfs_S_file_set_translator): Fix sanity 
check.

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

Summary of changes:
 libdiskfs/file-set-trans.c     |    2 +-
 libnetfs/file-set-translator.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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