diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2010-09-20 14:11:19 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-10-03 06:43:10 +0000 |
commit | 358664cc6d1b5f7c36004be0179b36011b81c49d (patch) | |
tree | e4ed0b46de41e0bd7f7bc515a1562df6fd5f5737 /net.c | |
parent | 7fd3f494409775b491ca08f9026c45da13852a6d (diff) |
console: Avoid dereferencing NULL active_console
The console_select() function does not check that active_console is
non-NULL before dereferencing it. When invoked with qemu -nodefaults it
is possible to hit this case.
This patch checks that active_console is non-NULL before stashing away
the old console dimensions in console_select().
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'net.c')
0 files changed, 0 insertions, 0 deletions