- use full nlmsghdr in netlink_send

- correct payload size in netlink_send
- use single send+recv buffer
- log errors to syslog in kvp_set_ip_info
- check return value of system in hv_kvp_daemon
- in kvp_set_ip_info free mac_addr right after usage
- check return value of daemon to fix compiler warning.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=66
This commit is contained in:
2013-08-07 13:55:15 +00:00
committed by Git OBS Bridge
parent d22cc8ce10
commit 18c1b296af
3 changed files with 40 additions and 38 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 7 15:54:19 CEST 2013 - ohering@suse.de
- use full nlmsghdr in netlink_send
- correct payload size in netlink_send
- use single send+recv buffer
- log errors to syslog in kvp_set_ip_info
- check return value of system in hv_kvp_daemon
- in kvp_set_ip_info free mac_addr right after usage
- check return value of daemon to fix compiler warning.
-------------------------------------------------------------------
Thu Aug 1 14:21:57 CEST 2013 - ohering@suse.de