
14 Feb
2014
14 Feb
'14
1:17 p.m.
On 02/14/14 12:24, John Ferlan wrote: ...
+error: + VIR_FREE(priv->volname); + glfs_fini(priv->vol);
Adding the free here would be the salve for Coverity.
Thanks for reporting the issue. This is now fixed by commit commit ad95fa59572c99c26959e6808a1e779a4ffed6de Author: Peter Krempa <pkrempa@redhat.com> Date: Fri Feb 14 13:08:39 2014 +0100 storage: gluster: Don't leak private data when storage file init fails
John
Peter