Re: [libvirt] [PATCH 4/4] util: Fixing invalid error checking from virPCIGetNetname()

2018-11-15 Thread Michal Privoznik
On 11/10/2018 01:56 PM, Radoslaw Biernacki wrote: > linkdev is In/Out function parameter as second order reference pointer > so requires first order dereference for checking NULLs which can be a > result from virPCIGetNetName() > > Fixes: d6ee56d7237 (util: change virPCIGetNetName() to not return

[libvirt] [PATCH 4/4] util: Fixing invalid error checking from virPCIGetNetname()

2018-11-10 Thread Radoslaw Biernacki
linkdev is In/Out function parameter as second order reference pointer so requires first order dereference for checking NULLs which can be a result from virPCIGetNetName() Fixes: d6ee56d7237 (util: change virPCIGetNetName() to not return error if device has no net name) Signed-off-by: Radoslaw