Re: [libvirt] [PATCH] virsh: Fix core for cmdSecretGetValue

2016-08-15 Thread Michal Privoznik
On 15.08.2016 14:02, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1366611 > > When commit id 'cb2e3e50' reworked the cmdSecretGetValue call to use > VIR_DISPOSE_STRING for base64, it neglected to initialize the base64 > value to NULL since the cleanup: label could be reached

[libvirt] [PATCH] virsh: Fix core for cmdSecretGetValue

2016-08-15 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1366611 When commit id 'cb2e3e50' reworked the cmdSecretGetValue call to use VIR_DISPOSE_STRING for base64, it neglected to initialize the base64 value to NULL since the cleanup: label could be reached prior to the base64 value being set or not. This