KVM: fix segment_base() error checking
authorGleb Natapov <gleb@redhat.com>
Thu, 25 Feb 2010 10:43:08 +0000 (12:43 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 10:53:35 +0000 (13:53 +0300)
fix segment_base() to properly check for null segment selector and
avoid accessing NULL pointer if ldt selector in null.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found