On 04/16/2015 10:28 AM, Michal Privoznik wrote:
> There is a possibility that we jump onto error label with @lockpath
> still initialized to NULL. Here, the @lockpath should be unlink()-ed,
> but passing there a NULL is not a good idea. Don't do that. In fact,
> we should call unlink() only if we created the lock file successfully.
> 
> Reported-by: John Ferlan <[email protected]>
> Signed-off-by: Michal Privoznik <[email protected]>
> ---
>  src/rpc/virnetsocket.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
ACK  (Coverity is happy too)

John

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to