NetworkManager/src/platform
Thomas Haller 66715515dc platform: avoid crash after calling nl_recv() for old libnl3 version
nl_recv() in libnl3 before version 3.2.15 would return dangling pointers
if nl_recv() fails or has nothing to read [1].

Workaround that by explicitly clearing @buf and @creds.

https://bugzilla.gnome.org/show_bug.cgi?id=767986

[1] 69468517d0
2016-06-24 19:10:03 +02:00
..
tests platform: tests: skip already used macvtap ifindexes 2016-06-07 14:44:30 +02:00
wifi platform: refactor wifi_utils_is_wifi() not to pass sysfs_path 2016-04-21 15:05:34 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c all/tests: split core part out of "nm-test-utils.h" 2016-05-17 16:48:52 +02:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c platform: avoid crash after calling nl_recv() for old libnl3 version 2016-06-24 19:10:03 +02:00
nm-linux-platform.h platform: add nm_linux_platform_lookup() 2016-04-28 12:53:21 +02:00
nm-platform-utils.c platform: refactor comparing for all-zero,all-ones MAC address in nmp_utils_ethtool_get_permanent_address() 2016-05-24 16:01:59 +02:00
nm-platform-utils.h platform: declare nmp_utils_ip_config_source_*() functions as const 2016-05-16 13:16:49 +02:00
nm-platform.c platform: add capability to set the tokenized interface identifier 2016-05-30 16:32:07 +02:00
nm-platform.h platform: add capability to set the tokenized interface identifier 2016-05-30 16:32:07 +02:00
nmp-netns.c platform: add nmp_netns_bind_to_path() helper function 2016-03-15 12:56:59 +01:00
nmp-netns.h platform: add nmp_netns_bind_to_path() helper function 2016-03-15 12:56:59 +01:00
nmp-object.c platform: refactor marking cloned routes in platform 2016-04-28 12:53:21 +02:00
nmp-object.h platform: fix the typedef-redefinition warnings 2016-05-18 20:53:05 +02:00