On 08/19/2013 12:47 PM, Nicolas Iooss wrote:
The patches are working well in my testing environment with NetworkManager 0.9.8 but with the development revision I've got few issues such as https://bugzilla.gnome.org/show_bug.cgi?id=706286. Now NM crashes on a segmentation fault at http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/nm-policy.c#n788 as nm_vpn_connection_get_ip6_internal_gateway returns NULL for my VPN
Right. Does the attached patch fix it? (Pavel: I briefly considered changing NMPlatform to take pointers to struct in6_addr rather than struct in6_addr itself everywhere. it's generally considered poor form to pass "large" structs on the stack anyway...) -- Dan
Attachment:
0001-core-fix-crash-when-connecting-to-ipv6-aware-VPN.patch
Description: Text Data