3.0.1 eyeballs
Jarkko Torppa
jarkko.torppa at elisa.fi
Fri Jan 23 00:04:20 UTC 2004
On Wed, Jan 14, 2004 at 10:41:02PM +0000, David W. Hankins wrote:
>
> since this contains a code patch that hasn't seen an RC (sorry, not yours
> robert, i'll get that in 3.0.2rc1), we'd like you folks to poke it with
> a stick first.
I put it on my small test/lab-lan dhcp-servers, so far seems to
work.
I just plugged memory leak in omshell. It had been bothering me
for a while as I have some maintenance / checking scripts that go
over all my pools and check states of about 20000 ip-addresses.
omshell.c called new_parse for every command line and newer
freed it. Thus leaking about 2K of memory per command.
--- omshell.c 2003/01/17 12:23:46 1.1.1.3
+++ omshell.c 2004/01/22 23:55:23
@@ -715,6 +715,7 @@
break;
}
+ end_parse(&cfile);
} while (1);
exit (0);
--
Jarkko Torppa, Elisa Internet
More information about the dhcp-hackers
mailing list