Re: [libvirt] [PATCH v2] qemu: Fixing uninitialised variable inside virQEMUDriverConfigLoadFile.

2018-06-12 Thread Ján Tomko
To save precious space in the commit summary: s/Fixing/fix/ s/inside/in/ And most importantly, I deleted the period at the end. On Mon, Jun 11, 2018 at 05:35:33PM -0300, Julio Faracco wrote: Since virConfGetValueBool() can return earlier, the parameter 'value' might be not initialised properly

[libvirt] [PATCH v2] qemu: Fixing uninitialised variable inside virQEMUDriverConfigLoadFile.

2018-06-11 Thread Julio Faracco
Since virConfGetValueBool() can return earlier, the parameter 'value' might be not initialised properly inside this method. Another proof: Valgrind is returning this error during the libvirtd daemon startup: ==16199== Conditional jump or move depends on uninitialised value(s) ==16199==at