]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: fix issue found by coverity in multiple IP support
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Wed, 13 Dec 2017 19:15:49 +0000 (20:15 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 13 Dec 2017 20:31:55 +0000 (15:31 -0500)
commit9f8778dfca0a92572d9c00b0ed73b65a18a556d5
treee45c750fef5face5b8db1bca18936fe28c13d483
parenta609389310946dc3c90a6f1fff73c9ac6b27b84e
xenconfig: fix issue found by coverity in multiple IP support

virStringSplit may return NULL, so we must handle that.

Cc: John Ferlan <jferlan@redhat.com>
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
src/xenconfig/xen_common.c