Re: [PATCH 3/7] util: Resolve Coverity FORWARD_NULL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 01, 2015 at 10:03:47 -0400, John Ferlan wrote:
> Convert virPCIDriverDir to return the buffer allocated (or not) and make the
> appropriate check in the caller.
> 
> Signed-off-by: John Ferlan <jferlan@xxxxxxxxxx>
> ---
>  src/util/virpci.c | 15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
> 
> diff --git a/src/util/virpci.c b/src/util/virpci.c
> index 5d86c89..5dabb61 100644
> --- a/src/util/virpci.c
> +++ b/src/util/virpci.c

...

> @@ -998,7 +997,7 @@ virPCIProbeStubDriver(const char *driver)
>      bool probed = false;
>  
>   recheck:
> -    if (virPCIDriverDir(&drvpath, driver) == 0 && virFileExists(drvpath)) {
> +    if ((drvpath = virPCIDriverDir(driver))  && virFileExists(drvpath)) {

Extra space before &&.

>          /* driver already loaded, return */
>          VIR_FREE(drvpath);
>  return 0;

ACK with above comment fixed.

Peter

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]