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.8-29-gba569a7


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-29-gba569a7
Date: Sun, 27 Aug 2017 12:38:52 -0400 (EDT)

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  ba569a7ebe749ea925008baf2b8ff4d1e4cd6cef (commit)
      from  7913f633c6fea18d8c6683ad465617d54c9eb535 (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 ba569a7ebe749ea925008baf2b8ff4d1e4cd6cef
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 27 18:36:25 2017 +0200

    ddb: More gracefully handle address errors
    
    * i386/i386/db_interface.h (db_read_bytes): Return boolean_t instead of
    void.
    * i386/i386/db_interface.c (db_user_to_kernel_address): Return -1
    instead of calling db_error() if address is bogus.
    (db_read_bytes): Return FALSE instead of calling db_error() if address
    is bogus.
    * ddb/db_access.c (db_get_task_value): Return 0 if db_read_bytes failed.
    * ddb/db_examine.c (db_xcdump): Only print * if db_read_bytes failed.

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

Summary of changes:
 ddb/db_access.c          |  3 ++-
 ddb/db_examine.c         |  5 ++++-
 i386/i386/db_interface.c | 12 +++++-------
 i386/i386/db_interface.h |  2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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