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.5-31-g99a43d3


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.5-31-g99a43d3
Date: Fri, 29 May 2015 13:33:09 +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  99a43d36c83d318f24edd8c6d80f060686a6c398 (commit)
      from  b2b8bf37934087f8fb2a246316ecf9e91955ec57 (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 99a43d36c83d318f24edd8c6d80f060686a6c398
Author: Justus Winter <address@hidden>
Date:   Fri May 29 14:44:39 2015 +0200

    kern: fix argument handling
    
    Previously, the processor argument was not checked.  If called with a
    non-processor argument (like a task), `processor' is set to NULL,
    triggering a page fault.  Likewise for the other functions.
    
    * kern/processor.c (processor_get_assignment): Fix argument handling.
    * kern/task.c (task_get_assignment): Likewise.
    * kern/thread.c (thread_get_assignment): Likewise.

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

Summary of changes:
 kern/processor.c |    2 ++
 kern/task.c      |    3 +++
 kern/thread.c    |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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