Please describe the change being made in the commit summary, e.g:
conf: initialize variables in virDomainThreadSchedParseHelper
The 'why?' fits better in the body of the commit message.
Jano
On Tue, Mar 05, 2019 at 10:09:23AM +0100, Erik Skultety wrote:
After commits e2087c2 and ec0793de older
After commits e2087c2 and ec0793de older GCC started act very smart and
complain about potentially uninitialized variable, which existed prior
to these patches + even if the affected vars were left uninitialized the
function responsible for filling them in would have failed with NULL
being returned