libvirt/src/bhyve
Ján Tomko 05c1b9e8e8 bhyve: fix NULL pointer check position
src/bhyve/bhyve_parse_command.c:437:9: warning: Either the condition
'!config' is redundant or there is possible null pointer dereference:
config. [nullPointerRedundantCheck]

src/bhyve/bhyve_parse_command.c:280:23: warning: Either the condition
'!separator' is redundant or there is pointer arithmetic
with NULL pointer. [nullPointerArithmeticRedundantCheck]

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
2020-08-11 21:49:54 +02:00
..
bhyve_capabilities.c domcaps: Remove function initializing domain caps as unsupported 2019-11-22 08:16:51 +01:00
bhyve_capabilities.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_command.c Use g_strfeev instead of virStringFreeList 2020-08-03 15:37:36 +02:00
bhyve_command.h bhyve: simplify driver caps helpers 2020-02-24 01:52:22 +01:00
bhyve_conf.c bhyve_conf: Drop unused 'error' label in virBhyveDriverConfigNew() 2019-10-22 08:52:04 +02:00
bhyve_conf.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_device.c bhyve: add missing param to virDomainPCIAddressBusSetModel 2020-04-16 15:49:28 +01:00
bhyve_device.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_domain.c bhyve: fix typo in struct field accessor 2020-03-26 17:28:47 +00:00
bhyve_domain.h conf: domain: use generic XML namespace types 2019-08-21 10:29:20 +02:00
bhyve_driver.c bhyve: use g_auto() for all virBuffers 2020-07-08 16:32:17 -04:00
bhyve_driver.h bhyve: simplify driver caps helpers 2020-02-24 01:52:22 +01:00
bhyve_monitor.c bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_monitor.h bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_parse_command.c bhyve: fix NULL pointer check position 2020-08-11 21:49:54 +02:00
bhyve_parse_command.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_process.c bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_process.h bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_utils.h bhyve: utils: use relative path for virclosecallbacks.h 2020-02-24 20:16:24 +01:00
bhyve.conf bhyve: add config file support 2017-03-14 20:46:05 +04:00
libvirtd_bhyve.aug src: fix word spell typos 2020-07-09 10:01:41 +02:00
meson.build meson: src: add check-aclrules test 2020-08-03 09:27:05 +02:00
test_libvirtd_bhyve.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00