Re: [Xen-devel] [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable

2016-05-09 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable"): > Wei Liu writes ("Re: [PATCH v3 for-4.7 07/16] libxc: fix usage of > uninitialized variable"): > > Ian, this is a backport candidate. > > Noted, thanks. Backported to 4.6 and 4.5. Ian.

Re: [Xen-devel] [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable

2016-04-28 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable"): > Ian, this is a backport candidate. Noted, thanks. Ian. ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable

2016-04-27 Thread Wei Liu
On Wed, Apr 27, 2016 at 01:11:45PM +0200, Roger Pau Monne wrote: > *size should be used instead, because it contains the size of the buffer in > out_buf. > > Signed-off-by: Roger Pau Monné > --- > Cc: Ian Jackson > Cc: Wei Liu

Re: [Xen-devel] [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable

2016-04-27 Thread Wei Liu
On Wed, Apr 27, 2016 at 01:11:45PM +0200, Roger Pau Monne wrote: > *size should be used instead, because it contains the size of the buffer in > out_buf. > > Signed-off-by: Roger Pau Monné Acked-by: Wei Liu

[Xen-devel] [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable

2016-04-27 Thread Roger Pau Monne
*size should be used instead, because it contains the size of the buffer in out_buf. Signed-off-by: Roger Pau Monné --- Cc: Ian Jackson Cc: Wei Liu --- Changes since v2: - Use *size instead of 0, because it will contain the