summaryrefslogtreecommitdiff
path: root/drivers/char/digiPCI.h
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2011-03-04 14:04:33 +1030
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-06 10:44:13 -0800
commitd7a62cd0332115d4c7c4689abea0d889a30d8349 (patch)
treeced474d2ff1959576ac55f760bbafbe1073af11a /drivers/char/digiPCI.h
parentfb62c00a6d8942775abc23d1621db1252e2d93d1 (diff)
virtio: console: Don't access vqs if device was unplugged
If a virtio-console device gets unplugged while a port is open, a subsequent close() call on the port accesses vqs to free up buffers. This can lead to a crash. The buffers are already freed up as a result of the call to unplug_ports() from virtcons_remove(). The fix is to simply not access vq information if port->portdev is NULL. Reported-by: juzhang <juzhang@redhat.com> CC: stable@kernel.org Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/digiPCI.h')
0 files changed, 0 insertions, 0 deletions