Re: [PATCH 3/3] gdhcp: Fix use-after-free issue when g_dhcp_client_start() is called from restart_dhcp()

2015-07-22 Thread Daniel Wagner
All three patches applied. Thanks, Daniel ___ connman mailing list connman@connman.net https://lists.connman.net/mailman/listinfo/connman

[PATCH 3/3] gdhcp: Fix use-after-free issue when g_dhcp_client_start() is called from restart_dhcp()

2015-07-20 Thread Peter Meerwald
--- gdhcp/client.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdhcp/client.c b/gdhcp/client.c index 084cd7e..3c11957 100644 --- a/gdhcp/client.c +++ b/gdhcp/client.c @@ -2832,7 +2832,7 @@ int g_dhcp_client_start(GDHCPClient *dhcp_client, const char *last_address)