diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2005-11-23 13:37:44 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-23 16:08:39 -0800 |
| commit | e9b15b54d3646108bbd3e054158b402025d3e704 (patch) | |
| tree | 4e12028b9fd62fc13ad66d047f5d0052c2208e96 /scripts/patch-kernel | |
| parent | [PATCH] fix do_wait() vs exec() race (diff) | |
| download | linux-e9b15b54d3646108bbd3e054158b402025d3e704.tar.gz linux-e9b15b54d3646108bbd3e054158b402025d3e704.zip | |
[PATCH] Fix crash in unregister_console()
If unregister_console() is inadvertently called while no consoles are
registered, it will crash trying to dereference NULL pointer. It is
necessary to fix that because register_console() provides no indication
that it actually registered the console passed in. In fact, it may well
decide not to register it based on various things...
(akpm: It'd be better to make register_console() return something and fix the
callers. All 106 of them...)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
