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 <[email protected]>
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