<div dir="ltr"><div><div><div><div>Hi Sean,<br></div>The patch stops the crashing for me, but a VPN session doesn't get established. Maybe problem my end. Or maybe related to a little part missing, which is on the upstream patch ?<br><br>@@ -30,7 +30,7 @@ _get_keys_cb (const char *key, const char *val, gpointer user_data)<br> {<br>     GPtrArray *a = user_data;<br> <br>-    g_ptr_array_add (a, (gpointer) key);<br>+    g_ptr_array_add (a, g_strdup (key));<br> }<br><br><br></div>Tried adding that to the patch you made, but the build rejected it, so fail by me.<br><br></div>thanks<br></div>Mike<br></div>