Re: [Xen-devel] [PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg

2017-08-04 Thread Wei Liu
On Wed, Aug 02, 2017 at 12:32:58PM -0700, Christopher Clark wrote: > On Wed, Jul 12, 2017 at 3:15 AM, Wei Liu wrote: > > > > On Thu, Jul 13, 2017 at 10:03:39AM +0800, Xiong Zhang wrote: > > > When valid mmio_hole is set in hvm.cfg, segment fault happens at accessing > > >

Re: [Xen-devel] [PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg

2017-08-02 Thread Christopher Clark
On Wed, Jul 12, 2017 at 3:15 AM, Wei Liu wrote: > > On Thu, Jul 13, 2017 at 10:03:39AM +0800, Xiong Zhang wrote: > > When valid mmio_hole is set in hvm.cfg, segment fault happens at accessing > > localents pointer. > > > > Because the size of localents pointer isn't enough to

Re: [Xen-devel] [PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg

2017-07-12 Thread Wei Liu
On Thu, Jul 13, 2017 at 10:03:39AM +0800, Xiong Zhang wrote: > When valid mmio_hole is set in hvm.cfg, segment fault happens at accessing > localents pointer. > > Because the size of localents pointer isn't enough to store appended > mmio_hole_size parameter. > > Signed-off-by: Xiong Zhang

[Xen-devel] [PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg

2017-07-12 Thread Xiong Zhang
When valid mmio_hole is set in hvm.cfg, segment fault happens at accessing localents pointer. Because the size of localents pointer isn't enough to store appended mmio_hole_size parameter. Signed-off-by: Xiong Zhang --- tools/libxl/libxl_create.c | 2 +- 1 file