3.0.1 eyeballs

Martin Blapp mb at imp.ch
Mon Jan 26 11:42:31 UTC 2004


Hi David,

We have a few coredumps here with a rc12:

See http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/54517

--- contrib/isc-dhcp/client/dhclient.c.orig	Mon Mar 24 00:29:36 2003
+++ contrib/isc-dhcp/client/dhclient.c	Tue Jul 15 23:32:26 2003
@@ -798,6 +798,7 @@
 			client -> new -> expiry / 2;

 	/* Now introduce some randomness to the renewal time: */
+	if (ds.data)
 	client -> new -> renewal = (((client -> new -> renewal + 3) * 3 / 4) +
 				    (random () % /* XXX NUMS */
 				     ((client -> new -> renewal + 3) / 4)));

Would be good if you can integrate into 3.0.1 final.

Martin


More information about the dhcp-hackers mailing list