libvirt/src
Julio Faracco f8c65481d5 nwfilter: variable 'obj' must be initialized inside nwfilterBindingCreateXML().
The function nwfilterBindingCreateXML() is failing to compile due to a
conditional branch which leads to an undefined 'obj' variable. So 'obj'
must have an initial value to avoid compilation errors. See the problem:

  CC       nwfilter/libvirt_driver_nwfilter_impl_la-nwfilter_driver.lo
nwfilter/nwfilter_driver.c:752:9: error: variable 'obj' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
    if (virNWFilterBindingCreateXMLEnsureACL(conn, def) < 0)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nwfilter/nwfilter_driver.c:779:10: note: uninitialized use occurs here
    if (!obj)
         ^~~
nwfilter/nwfilter_driver.c:752:5: note: remove the 'if' if its condition is always false
    if (virNWFilterBindingCreateXMLEnsureACL(conn, def) < 0)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nwfilter/nwfilter_driver.c:742:33: note: initialize the variable 'obj' to silence this warning
    virNWFilterBindingObjPtr obj;
                                ^
                                 = NULL

This commit initialized 'obj' with NULL to fix the error properly.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2018-06-28 09:44:28 +02:00
..
access access: add nwfilter binding object permissions 2018-06-26 11:22:07 +01:00
admin
bhyve events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
conf conf: Forbid device alias change on device-update 2018-06-27 16:43:09 +02:00
cpu cpu: Add optional list of allowed features to virCPUBaseline 2018-05-28 15:59:11 +02:00
esx esx: Use VIR_CRYPTO_HASH_SIZE_MD5 2018-05-14 14:05:21 +02:00
hyperv hyperv: erase "generated files" sentinel during make maintainer-clean 2018-06-21 04:04:13 -04:00
interface
keycodemapdb@16e5b07876
libxl events: remove libxlDomainEventQueue wrapper func 2018-06-13 08:42:53 +02:00
locking all: Replace virGetLastError with virGetLastErrorCode where we can 2018-06-05 18:44:05 +02:00
logging src: Drop most of #ifdef WITH_GNUTLS 2018-06-05 14:32:36 +02:00
lxc conf: Forbid device alias change on device-update 2018-06-27 16:43:09 +02:00
network events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
node_device events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
nwfilter nwfilter: variable 'obj' must be initialized inside nwfilterBindingCreateXML(). 2018-06-28 09:44:28 +02:00
openvz conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
phyp phyp/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
qemu conf: Forbid device alias change on device-update 2018-06-27 16:43:09 +02:00
remote nwfilter: convert virt drivers to use public API for nwfilter bindings 2018-06-26 18:17:23 +01:00
rpc remote: add support for nwfilter binding objects 2018-06-26 11:22:07 +01:00
secret events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
security util: storage: remove 'allow_probe' from virStorageFileGetMetadata 2018-06-08 09:26:38 +02:00
storage storage: Add support for using inputvol for encryption 2018-06-26 14:02:43 -04:00
test events: remove testObjectEventQueue wrapper func 2018-06-13 08:42:42 +02:00
uml nwfilter: convert virt drivers to use public API for nwfilter bindings 2018-06-26 18:17:23 +01:00
util storage: Rename encryption info variable for clarity 2018-06-26 14:02:43 -04:00
vbox vbox: Fix resource leak 2018-06-11 18:33:13 -04:00
vmware conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
vmx vmx: allow an odd number of vCPUs 2018-06-22 10:37:24 +02:00
vz events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
xenapi
xenconfig xen_common: Split per-Vif logic from xenParseVif() 2018-06-14 17:51:55 +02:00
admin_protocol-structs
check-aclperms.pl
check-aclrules.pl
check-driverimpls.pl
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
datatypes.h nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
driver-hypervisor.h libvirt: Introduce virDomainGetLaunchSecurityInfo public API 2018-06-12 10:00:49 +02:00
driver-interface.h
driver-network.h
driver-nodedev.h
driver-nwfilter.h nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
driver-secret.h
driver-state.h
driver-storage.h
driver-stream.h
driver.c util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
driver.h util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
dtrace2systemtap.pl
internal.h
libvirt_admin_private.syms
libvirt_admin_public.syms
libvirt_atomic.syms
libvirt_driver_modules.syms util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms syms: Fix placement of virDomainGetBlkioParametersAssignFromDef 2018-06-26 15:54:41 -04:00
libvirt_probes.d
libvirt_public.syms nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms src: Dissolve libvirt_gnutls.syms in libvirt_remote.syms 2018-06-05 14:32:30 +02:00
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms
libvirt-admin.c
libvirt-admin.conf
libvirt-domain-snapshot.c
libvirt-domain.c Introduce VIR_CONNECT_GET_ALL_DOMAINS_STATS_NOWAIT 2018-06-19 07:08:13 +02:00
libvirt-host.c libvirt: Introduce virNodeGetSEVInfo public API 2018-06-12 09:52:00 +02:00
libvirt-interface.c
libvirt-lxc.c
libvirt-lxc.pc.in
libvirt-network.c
libvirt-nodedev.c
libvirt-nwfilter.c nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c
libvirt-storage.c
libvirt-stream.c
libvirt.c libvirt: fix a typo 2018-06-13 12:11:23 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am src: Dissolve libvirt_gnutls.syms in libvirt_remote.syms 2018-06-05 14:32:30 +02:00
qemu_protocol-structs
README
remote_protocol-structs remote: add support for nwfilter binding objects 2018-06-26 11:22:07 +01:00
virkeepaliveprotocol-structs
virnetprotocol-structs

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * bhyve         - bhyve - The BSD Hypervisor
 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * phyp/         - IBM Power Hypervisor using CLI tools over SSH
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * uml/          - User Mode Linux
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore
 * xenapi/       - Xen using libxenserver


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU, UML and Xen drivers.
The ESX, Hyper-V, Power Hypervisor, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories