Re: [libvirt] [PATCH] Xen: use correct domctl version in domaininfolist union

2016-01-12 Thread Jim Fehlig
Martin Kletzander wrote: > On Mon, Jan 11, 2016 at 03:26:23PM -0700, Jim Fehlig wrote: >> Commmit fd2e3c4c used the domctl version 8 structure for version 9 >> in the xen_getdomaininfolist union, resulting in insufficient buffer >> size (and subsequent memory corruption) for the GETDOMAININFOLIST

[libvirt] [PATCH] Xen: use correct domctl version in domaininfolist union

2016-01-11 Thread Jim Fehlig
Commmit fd2e3c4c used the domctl version 8 structure for version 9 in the xen_getdomaininfolist union, resulting in insufficient buffer size (and subsequent memory corruption) for the GETDOMAININFOLIST ioctl. Signed-off-by: Jim Fehlig --- src/xen/xen_hypervisor.c | 2 +- 1

Re: [libvirt] [PATCH] Xen: use correct domctl version in domaininfolist union

2016-01-11 Thread Martin Kletzander
On Mon, Jan 11, 2016 at 03:26:23PM -0700, Jim Fehlig wrote: Commmit fd2e3c4c used the domctl version 8 structure for version 9 in the xen_getdomaininfolist union, resulting in insufficient buffer size (and subsequent memory corruption) for the GETDOMAININFOLIST ioctl. Signed-off-by: Jim Fehlig