Re: [Xen-devel] [PATCH] libxc: fix uninitialised usage of rc in meminit_hvm

2016-02-03 Thread Ian Campbell
On Wed, 2016-02-03 at 11:44 +0100, Roger Pau Monné wrote: > El 3/2/16 a les 11:30, Ian Campbell ha escrit: > > On Tue, 2016-02-02 at 12:37 +, Wei Liu wrote: > > > On Tue, Feb 02, 2016 at 12:33:20PM +0100, Roger Pau Monne wrote: > > > > From: Roger Pau Monne > > > > > > > > Due to the HVMlite

Re: [Xen-devel] [PATCH] libxc: fix uninitialised usage of rc in meminit_hvm

2016-02-03 Thread Roger Pau Monné
El 3/2/16 a les 11:30, Ian Campbell ha escrit: > On Tue, 2016-02-02 at 12:37 +, Wei Liu wrote: >> On Tue, Feb 02, 2016 at 12:33:20PM +0100, Roger Pau Monne wrote: >>> From: Roger Pau Monne >>> >>> Due to the HVMlite changes there's a chance that the value in rc is >>> checked >>> without being

Re: [Xen-devel] [PATCH] libxc: fix uninitialised usage of rc in meminit_hvm

2016-02-03 Thread Wei Liu
On Wed, Feb 03, 2016 at 10:30:54AM +, Ian Campbell wrote: > On Tue, 2016-02-02 at 12:37 +, Wei Liu wrote: > > On Tue, Feb 02, 2016 at 12:33:20PM +0100, Roger Pau Monne wrote: > > > From: Roger Pau Monne > > > > > > Due to the HVMlite changes there's a chance that the value in rc is > > >

Re: [Xen-devel] [PATCH] libxc: fix uninitialised usage of rc in meminit_hvm

2016-02-03 Thread Ian Campbell
On Tue, 2016-02-02 at 12:37 +, Wei Liu wrote: > On Tue, Feb 02, 2016 at 12:33:20PM +0100, Roger Pau Monne wrote: > > From: Roger Pau Monne > > > > Due to the HVMlite changes there's a chance that the value in rc is > > checked > > without being initialised. Fix this by initialising it to 0. >

Re: [Xen-devel] [PATCH] libxc: fix uninitialised usage of rc in meminit_hvm

2016-02-02 Thread Wei Liu
On Tue, Feb 02, 2016 at 12:33:20PM +0100, Roger Pau Monne wrote: > From: Roger Pau Monne > > Due to the HVMlite changes there's a chance that the value in rc is checked > without being initialised. Fix this by initialising it to 0. > > Signed-off-by: Roger Pau Monné > Reported-by: Olaf Hering