commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.8-31-gca5b01f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.8-31-gca5b01f
Date: Tue, 23 Aug 2016 21:48:39 +0000 (UTC)

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  ca5b01f538c122dc1f0e989f5703c75b8cf8ca3a (commit)
      from  118a5b8c33cc2fad8ccdc5858253e7ed3dfca513 (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 ca5b01f538c122dc1f0e989f5703c75b8cf8ca3a
Author: Kalle Olavi Niemitalo <address@hidden>
Date:   Wed Aug 24 00:41:30 2016 +0300

    rpctrace: Print beyond '\0' in MACH_MSG_TYPE_CHAR.
    
    This will now display the 'argv: data_t' argument of file_exec
    as e.g. "who\0am\0i\0" rather than just "who".  In contrast,
    the 'file_name: string_t' argument of dir_lookup will still be
    truncated at the first null character.
    
    The previous implementation might crash if an out-of-line
    char array exactly fills a page and does not contain any
    null characters.
    
    * utils/rpctrace.c (print_data): On MACH_MSG_TYPE_STRING and
    MACH_MSG_TYPE_CHAR, check for end of buffer before checking for a null
    character.  On MACH_MSG_TYPE_CHAR only, continue printing past null
    characters.

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

Summary of changes:
 utils/rpctrace.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Hurd



reply via email to

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