[libvirt PATCH 0/3] openvz: fix NULL hostname usage

Ján Tomko posted 3 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1605781932.git.jtomko@redhat.com
src/openvz/openvz_driver.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[libvirt PATCH 0/3] openvz: fix NULL hostname usage
Posted by Ján Tomko 3 years, 5 months ago
GCC on RHEL 8 emits a warning. See the first patch.

Ján Tomko (3):
  openvzDomainMigratePrepare3Params: correctly use hostname
  openvzDomainMigratePrepare3Params: remove else after goto
  openvzDomainMigratePrepare3Params: use g_auto

 src/openvz/openvz_driver.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/3] openvz: fix NULL hostname usage
Posted by Erik Skultety 3 years, 5 months ago
On Thu, Nov 19, 2020 at 11:33:26AM +0100, Ján Tomko wrote:
> GCC on RHEL 8 emits a warning. See the first patch.
> 
> Ján Tomko (3):
>   openvzDomainMigratePrepare3Params: correctly use hostname
>   openvzDomainMigratePrepare3Params: remove else after goto
>   openvzDomainMigratePrepare3Params: use g_auto

Reviewed-by: Erik Skultety <eskultet@redhat.com>