diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-29 14:44:39 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-29 15:32:43 +0200 |
commit | 99a43d36c83d318f24edd8c6d80f060686a6c398 (patch) | |
tree | c4ab9a60249e92a8ef8d2b61a5cddef9e9e8d44b /i386/grub | |
parent | b2b8bf37934087f8fb2a246316ecf9e91955ec57 (diff) |
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.
Diffstat (limited to 'i386/grub')
0 files changed, 0 insertions, 0 deletions