libvirt/src/lxc
John Ferlan 6830c81307 lxc: Only check @nparams in lxcDomainBlockStatsFlags
Remove the "!params" check from the condition since it's possible
someone could pass a non NULL value there, but a 0 for the nparams
and thus continue on.  The external API only checks if @nparams is
non-zero, then check for NULL @params.

Found by Coverity

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
2018-10-01 14:27:07 -04:00
..
libvirtd_lxc.aug
lxc_cgroup.c lxc: Use virCgroupGetMemoryStat 2018-08-13 11:53:53 +02:00
lxc_cgroup.h
lxc_conf.c lxc: Report supported huge pages 2018-07-26 14:15:22 +02:00
lxc_conf.h
lxc_container.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
lxc_container.h lxc_container: Set source file description 2018-04-03 11:32:48 +02:00
lxc_controller.c vircgroup: rename virCgroupAdd.*Task to virCgroupAdd.*Process 2018-09-25 09:59:23 +02:00
lxc_domain.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_domain.h Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_driver.c lxc: Only check @nparams in lxcDomainBlockStatsFlags 2018-10-01 14:27:07 -04:00
lxc_driver.h
lxc_fuse.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
lxc_fuse.h
lxc_hostdev.c
lxc_hostdev.h
lxc_monitor_protocol.x
lxc_monitor.c lxc_monitor: Avoid AB / BA lock race 2018-09-25 17:08:08 +02:00
lxc_monitor.h
lxc_native.c lxc: Resolve memory leak 2018-09-24 09:44:37 -04:00
lxc_native.h
lxc_process.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_process.h
lxc.conf lxc.conf: s/QEMU/LXC/ 2016-11-09 18:56:15 +01:00
Makefile.inc.am make sure libvirt is linked first 2018-03-05 16:49:50 +00:00
test_libvirtd_lxc.aug.in