[libvirt] [PATCH] fixed segfault in virauth

2012-07-23 Thread Martin Kletzander
No check for conn-uri being NULL in virAuthGetConfigFilePath (valid state) made the client segfault. This happens with fresh defalt VDSM configuration for example. The check ought to be enough as conn-uri being NULL is valid in later code. --- src/util/virauth.c | 20 +++- 1

Re: [libvirt] [PATCH] fixed segfault in virauth

2012-07-23 Thread Eric Blake
On 07/23/2012 12:51 PM, Martin Kletzander wrote: No check for conn-uri being NULL in virAuthGetConfigFilePath (valid state) made the client segfault. This happens with fresh defalt VDSM configuration for example. The check ought to be enough as conn-uri being NULL is valid in later code.

Re: [libvirt] [PATCH] fixed segfault in virauth

2012-07-23 Thread Daniel P. Berrange
On Mon, Jul 23, 2012 at 08:51:23PM +0200, Martin Kletzander wrote: No check for conn-uri being NULL in virAuthGetConfigFilePath (valid state) made the client segfault. This happens with fresh defalt VDSM configuration for example. Line wrap the commit message please. The check ought to be