commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.4-415-g2d91aea


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-415-g2d91aea
Date: Wed, 26 Feb 2014 13:06:50 +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 "GNU Mach".

The branch, master has been updated
       via  2d91aeafcf87e32fd3b5d447e20f421ee5d9f91f (commit)
      from  241317985705f7a4cc81286692322c23fce03104 (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 2d91aeafcf87e32fd3b5d447e20f421ee5d9f91f
Author: Justus Winter <address@hidden>
Date:   Fri Feb 21 21:57:37 2014 +0100

    kern: fix mig_strncpy
    
    Previously, the function mig_strncpy would always zero-terminate the
    destination string.  Make mig_strncpy behave like mig_strncpy and
    strncpy in the glibc.  Also fix the implementation of mig_strncpy to
    return the length of the written string to align the implementation
    with the declaration in include/mach/mig_support.h.
    
    * kern/ipc_mig.c (mig_strncpy): Do not zero-terminate the destination
    string.  Return length of destination string.

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

Summary of changes:
 kern/ipc_mig.c |   36 ++++++++++++++++++++----------------
 1 files changed, 20 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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