Re: [Xen-devel] [PATCH] xenpm: Initialize cputopo pointer

2015-05-14 Thread Ian Campbell
On Thu, 2015-05-14 at 04:02 +0100, Wei Liu wrote: > On Wed, May 13, 2015 at 01:37:35PM -0400, Boris Ostrovsky wrote: > > Commit 250f0b43af1a ("libxl/libxc: Move libxl_get_cpu_topology()'s > > hypercall buffer management to libxc") broke non-debug compilation: > > on error path we may have uninitial

Re: [Xen-devel] [PATCH] xenpm: Initialize cputopo pointer

2015-05-13 Thread Wei Liu
On Wed, May 13, 2015 at 01:37:35PM -0400, Boris Ostrovsky wrote: > Commit 250f0b43af1a ("libxl/libxc: Move libxl_get_cpu_topology()'s > hypercall buffer management to libxc") broke non-debug compilation: > on error path we may have uninitialized cputopo pointer. > > Signed-off-by: Boris Ostrovsky

[Xen-devel] [PATCH] xenpm: Initialize cputopo pointer

2015-05-13 Thread Boris Ostrovsky
Commit 250f0b43af1a ("libxl/libxc: Move libxl_get_cpu_topology()'s hypercall buffer management to libxc") broke non-debug compilation: on error path we may have uninitialized cputopo pointer. Signed-off-by: Boris Ostrovsky Reported-by: Olaf Hering --- tools/misc/xenpm.c |4 ++-- 1 files cha