Mageia Bugzilla – Attachment 9951 Details for
Bug 22531
networkmanager segfault when trying to connect w/ bluetooth tethering / bnep0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to fix the issue, taken from arch#54076
fix-1.8.0-segfault.patch (text/plain), 757 bytes, created by
Christian Lohmaier
on 2018-02-06 01:43:20 CET
(
hide
)
Description:
patch to fix the issue, taken from arch#54076
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2018-02-06 01:43:20 CET
Size:
757 bytes
patch
obsolete
>diff -ura a/src/devices/nm-device.c b/src/devices/nm-device.c >--- a/src/devices/nm-device.c 2017-06-05 19:02:45.628434326 -0700 >+++ b/src/devices/nm-device.c 2017-06-05 19:11:08.018356248 -0700 >@@ -7725,7 +7725,7 @@ > nm_platform_process_events (nm_device_get_platform (self)); > g_clear_object (&priv->ext_ip6_config_captured); > priv->ext_ip6_config_captured = nm_ip6_config_capture (nm_device_get_platform (self), >- nm_device_get_ifindex (self), >+ nm_device_get_ip_ifindex (self), > FALSE, > NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN); >
diff -ura a/src/devices/nm-device.c b/src/devices/nm-device.c --- a/src/devices/nm-device.c 2017-06-05 19:02:45.628434326 -0700 +++ b/src/devices/nm-device.c 2017-06-05 19:11:08.018356248 -0700 @@ -7725,7 +7725,7 @@ nm_platform_process_events (nm_device_get_platform (self)); g_clear_object (&priv->ext_ip6_config_captured); priv->ext_ip6_config_captured = nm_ip6_config_capture (nm_device_get_platform (self), - nm_device_get_ifindex (self), + nm_device_get_ip_ifindex (self), FALSE, NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22531
: 9951