the interface's address and thus the cached configuration data becomes
invalid and must be discarded.
Issue found & fix tested by Christer Solskogen. Thanks!
-/* $OpenBSD: dhclient.c,v 1.563 2018/02/11 04:16:58 krw Exp $ */
+/* $OpenBSD: dhclient.c,v 1.564 2018/02/11 22:00:19 krw Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
free_client_lease(ifi->active);
ifi->active = NULL;
+ free(ifi->configured);
+ ifi->configured = NULL;
/* Stop sending DHCPREQUEST packets. */
cancel_timeout(ifi);