Check for invalid XID
This commit is contained in:
parent
895ca0633d
commit
1fda0502ab
@ -907,6 +907,8 @@ class QubesVm(object):
|
||||
if xid is None:
|
||||
xid = self.xid
|
||||
|
||||
assert xid >= 0, "Invalid XID value"
|
||||
|
||||
domain_path = xs.get_domain_path(xid)
|
||||
|
||||
# Set Xen Store entires with VM networking info:
|
||||
|
Loading…
Reference in New Issue
Block a user