libvirt/src/util
Roman Bogorodskiy 4a82ef92be Fix closedir usage in virNumaGetPages
virNumaGetPages calls closedir(dir) in cleanup and dir could
be NULL if we jump there from the failed opendir() call.

While it's not harmful on Linux, FreeBSD libc crashes [1], so
make sure that dir is not NULL before calling closedir.

1: http://lists.freebsd.org/pipermail/freebsd-standards/2014-January/002704.html
2014-06-23 19:25:59 +04:00
..
iohelper.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
keymaps.csv
viralloc.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
viralloc.h
virarch.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
virarch.h nodeinfo: Introduce @arch to linuxNodeInfoCPUPopulate 2014-06-20 15:46:52 +02:00
viratomic.c Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
viratomic.h
viraudit.c util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
viraudit.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virauth.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virauth.h
virauthconfig.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virauthconfig.h
virbitmap.c Introduce virBitmapDataToString 2014-06-06 14:35:19 +02:00
virbitmap.h Introduce virBitmapDataToString 2014-06-06 14:35:19 +02:00
virbuffer.c
virbuffer.h
vircgroup.c util: fix memory leak in failure path of virCgroupKillRecursiveInternal 2014-05-16 14:11:07 +03:00
vircgroup.h Extend virCgroupGetPercpuStats to fill in vcputime too 2014-04-09 16:24:08 +02:00
vircgrouppriv.h
virclosecallbacks.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virclosecallbacks.h
vircommand.c Shift the for loop over matched vars by one 2014-03-26 15:06:10 +01:00
vircommand.h Move virStorageBackendRun to vircommand 2014-03-20 18:04:50 +01:00
vircommandpriv.h Add ability to register callback for virCommand dry run 2014-03-19 10:47:58 +00:00
virconf.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virconf.h
vircrypto.c vircrypto: fix Invalid write in virCryptoHashString() 2014-03-12 16:01:30 -06:00
vircrypto.h Add helper APIs for generating cryptographic hashes 2014-03-10 16:39:18 +00:00
virdbus.c virdbus: Show method name in error message 2014-05-21 09:33:25 -04:00
virdbus.h virdbus: Make virDBusCall static 2014-05-06 11:22:13 -04:00
virdbuspriv.h Refactor dbus helper methods for method calls 2014-03-21 11:26:34 +00:00
virdnsmasq.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virdnsmasq.h
virebtables.c Convert ebtables code over to use firewall APIs 2014-04-25 15:44:09 +01:00
virebtables.h Remove unused ebtablesRemoveForwardPolicyReject method 2014-03-11 11:01:52 +00:00
virendian.h
virerror.c Introduce an object for managing firewall rulesets 2014-04-25 15:44:09 +01:00
virerror.h virdbus: Remove redundant error macro 2014-05-21 09:33:24 -04:00
virevent.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
virevent.h
vireventpoll.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
vireventpoll.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
virfile.c util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virfile.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virfirewall.c virfirewall: fix build on freebsd 2014-04-30 08:51:29 +02:00
virfirewall.h Remove bogus ATTRIBUTE_NONNULL from virFirewallAddRuleFull 2014-04-28 14:27:40 +01:00
virfirewallpriv.h Introduce an object for managing firewall rulesets 2014-04-25 15:44:09 +01:00
virhash.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virhash.h hash: add common utility functions 2014-04-07 06:14:45 -06:00
virhashcode.c
virhashcode.h
virhook.c Use K&R style for curly braces in src/util/ 2014-03-20 17:16:18 +01:00
virhook.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virhostdev.c Replace Pci with PCI throughout 2014-04-08 11:15:55 +01:00
virhostdev.h virhostdev.h: remove ATTRIBUTE_NONNULL from oldStateDir 2014-03-19 10:05:31 +01:00
viridentity.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
viridentity.h
virinitctl.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virinitctl.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
viriptables.c Convert bridge driver over to use new firewall APIs 2014-04-25 15:44:09 +01:00
viriptables.h Convert bridge driver over to use new firewall APIs 2014-04-25 15:44:09 +01:00
viriscsi.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
viriscsi.h util: Sanitize ATTRIBUTE_NONNULL use in viriscsi.h 2014-03-25 08:26:39 +01:00
virjson.c util: json: Add helpers for manipulating json arrays 2014-06-17 08:51:41 +02:00
virjson.h util: json: Add helpers for manipulating json arrays 2014-06-17 08:51:41 +02:00
virkeycode-mapgen.py
virkeycode.c
virkeycode.h
virkeyfile.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virkeyfile.h
virkmod.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virkmod.h
virlockspace.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virlockspace.h
virlog.c Coverity: Resolve a CHECKED_RETURN message 2014-03-25 17:13:27 -04:00
virlog.h Remove global log buffer feature entirely 2014-03-18 14:29:22 +00:00
virmacaddr.c
virmacaddr.h
virnetdev.c virNetDevGetLinkInfo: Don't report link speed if NIC's not up 2014-06-13 11:29:48 +02:00
virnetdev.h virnetdev: Introduce virNetDevGetLinkInfo 2014-06-11 09:57:39 +02:00
virnetdevbandwidth.c QoS: make tc filters match all traffic 2014-04-07 11:35:29 +02:00
virnetdevbandwidth.h
virnetdevbridge.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virnetdevbridge.h
virnetdevmacvlan.c Fix build wihout macvtap or virtualport 2014-05-06 09:14:05 +02:00
virnetdevmacvlan.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virnetdevopenvswitch.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virnetdevopenvswitch.h
virnetdevtap.c Report correct error in virNetDevTapCreate 2014-06-23 14:16:23 +02:00
virnetdevtap.h Move virBhyveTapGetRealDeviceName to virnetdevtap 2014-03-27 08:23:58 +04:00
virnetdevveth.c Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virnetdevveth.h
virnetdevvlan.c
virnetdevvlan.h
virnetdevvportprofile.c Fix build wihout macvtap or virtualport 2014-05-06 09:14:05 +02:00
virnetdevvportprofile.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virnetlink.c util: refactor virNetlinkCommand to fix several bugs / style problems 2014-05-20 11:21:00 +03:00
virnetlink.h
virnodesuspend.c build: Don't use code with dbus_message_unref when built without dbus 2014-04-14 18:19:36 +02:00
virnodesuspend.h
virnuma.c Fix closedir usage in virNumaGetPages 2014-06-23 19:25:59 +04:00
virnuma.h virnuma: Introduce pages helpers 2014-06-19 15:10:49 +02:00
virobject.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virobject.h hash: add common utility functions 2014-04-07 06:14:45 -06:00
virpci.c virpci: Introduce virPCIDeviceIsPCIExpress and friends 2014-06-16 17:40:49 +02:00
virpci.h virpci: Introduce virPCIDeviceIsPCIExpress and friends 2014-06-16 17:40:49 +02:00
virpidfile.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virpidfile.h Add parameter to wait for lock in file locking APIs 2014-03-17 10:04:47 -06:00
virportallocator.c Don't use SO_REUSEADDR on Win32 platforms 2014-04-29 11:30:32 +01:00
virportallocator.h
virprobe.h Turn virLogSource into a struct instead of an enum 2014-03-18 14:29:22 +00:00
virprocess.c util: fix a typo in virprocess.c and docs 2014-03-27 06:58:46 -06:00
virprocess.h util: make it easier to grab only regular process exit 2014-03-03 12:40:31 -07:00
virrandom.c Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virrandom.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virscsi.c Do not call closedir with NULL argument 2014-06-23 14:16:23 +02:00
virscsi.h add 'driver' info to used_by 2014-03-04 12:24:13 +00:00
virseclabel.c util: seclabel: Add deep copy function for device labels 2014-06-20 09:14:47 +02:00
virseclabel.h util: seclabel: Add deep copy function for device labels 2014-06-20 09:14:47 +02:00
virsexpr.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virsexpr.h
virsocketaddr.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virsocketaddr.h
virstatslinux.c
virstatslinux.h
virstorageencryption.c storage: encryption: Add deep copy function for storage encryption 2014-06-20 09:14:46 +02:00
virstorageencryption.h storage: encryption: Add deep copy function for storage encryption 2014-06-20 09:14:46 +02:00
virstoragefile.c util: Don't require full disk definition when getting imagelabels 2014-06-20 09:27:15 +02:00
virstoragefile.h util: Don't require full disk definition when getting imagelabels 2014-06-20 09:27:15 +02:00
virstring.c util: string: Return element count from virStringSplit 2014-06-03 09:27:24 +02:00
virstring.h Introduce virBitmapDataToString 2014-06-06 14:35:19 +02:00
virsysinfo.c Define CPUINFO_FILE_LEN and fix maxlen of cpuinfo file for all uses 2014-04-04 08:08:52 +02:00
virsysinfo.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virsystemd.c Fix virsystemdtest without SYSTEMD_DAEMON 2014-04-14 19:45:47 +02:00
virsystemd.h Introduce --without-pm-utils to get rid of pm-is-supported dependency 2014-04-11 15:51:10 -06:00
virthread.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virthread.h Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virthreadpool.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virthreadpool.h
virtime.c util: fix virTimeLocalOffsetFromUTC DST processing 2014-05-29 10:37:49 +03:00
virtime.h util: new function virTimeLocalOffsetFromUTC 2014-05-26 13:51:05 +03:00
virtpm.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virtpm.h
virtypedparam.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virtypedparam.h
viruri.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
viruri.h
virusb.c util: use virDirRead API 2014-04-28 17:52:45 -06:00
virusb.h add 'driver' info to used_by 2014-03-04 12:24:13 +00:00
virutil.c Don't use SO_REUSEADDR on Win32 platforms 2014-04-29 11:30:32 +01:00
virutil.h Don't use SO_REUSEADDR on Win32 platforms 2014-04-29 11:30:32 +01:00
viruuid.c Use K&R style for curly braces in src/util/ 2014-03-20 17:16:18 +01:00
viruuid.h
virxml.c LSN-2014-0003: Don't expand entities when parsing XML 2014-05-06 14:04:45 +01:00
virxml.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00