Re: [Xen-devel] [PATCH] tools/xl: fix uninitialized variable in xl_vdispl

2018-03-13 Thread Doug Goldstein
On 3/13/18 3:03 AM, Jan Beulich wrote: On 13.03.18 at 05:43, wrote: >> The code added in 7a48622a78a0b452e8afa55b8442c958abd226a7 could use rc >> uninitialized in main_vdisplattach(). >> >> Signed-off-by: Doug Goldstein >> --- >> CC: Oleksandr Grytsov

Re: [Xen-devel] [PATCH] tools/xl: fix uninitialized variable in xl_vdispl

2018-03-13 Thread Wei Liu
On Tue, Mar 13, 2018 at 10:56:35AM +, George Dunlap wrote: > On 03/13/2018 04:43 AM, Doug Goldstein wrote: > > The code added in 7a48622a78a0b452e8afa55b8442c958abd226a7 could use rc > > uninitialized in main_vdisplattach(). > > > > Signed-off-by: Doug Goldstein > > It

Re: [Xen-devel] [PATCH] tools/xl: fix uninitialized variable in xl_vdispl

2018-03-13 Thread George Dunlap
On 03/13/2018 04:43 AM, Doug Goldstein wrote: > The code added in 7a48622a78a0b452e8afa55b8442c958abd226a7 could use rc > uninitialized in main_vdisplattach(). > > Signed-off-by: Doug Goldstein It looks like that was designed on purpose to use the uninitialized warnings to

Re: [Xen-devel] [PATCH] tools/xl: fix uninitialized variable in xl_vdispl

2018-03-13 Thread Oleksandr Grytsov
On Tue, Mar 13, 2018 at 10:03 AM, Jan Beulich wrote: > >>> On 13.03.18 at 05:43, wrote: > > The code added in 7a48622a78a0b452e8afa55b8442c958abd226a7 could use rc > > uninitialized in main_vdisplattach(). > > > > Signed-off-by: Doug Goldstein

Re: [Xen-devel] [PATCH] tools/xl: fix uninitialized variable in xl_vdispl

2018-03-13 Thread Jan Beulich
>>> On 13.03.18 at 05:43, wrote: > The code added in 7a48622a78a0b452e8afa55b8442c958abd226a7 could use rc > uninitialized in main_vdisplattach(). > > Signed-off-by: Doug Goldstein > --- > CC: Oleksandr Grytsov > --- >