]> xenbits.xensource.com Git - xen.git/commit
tools/xenstore: introduce node_perms structure
authorJuergen Gross <jgross@suse.com>
Thu, 11 Jun 2020 14:12:44 +0000 (16:12 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 13:36:36 +0000 (14:36 +0100)
commit0a6bbf99b4313e7def669d5b5e2f4e2f4d0b4720
tree71c9f12cdd252d8af989adb3efbb22e50d0a5499
parent6be47ee3a408cf801945312a24f00f5c35e06eff
tools/xenstore: introduce node_perms structure

There are several places in xenstored using a permission array and the
size of that array. Introduce a new struct node_perms containing both.

This is part of XSA-115.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c