|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 8/8] initialize domid to -1 in domain_create
prevent call site that doesn't check return values to try to do operation on
domain 0.
instead they use domid -1, which is unlikely to exist.
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
---
tools/libxl/libxl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
0008-initialize-domid-to-1-in-domain_create.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|