Skip to content
Commit a2ac07fe authored by Gleb Natapov's avatar Gleb Natapov
Browse files

Fix NULL dereference in gfn_to_hva_prot()



gfn_to_memslot() can return NULL or invalid slot. We need to check slot
validity before accessing it.

Reviewed-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent 517bf8fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment