]> git.ipfire.org Git - thirdparty/dhcp.git/commit - server/ddns.c
DNS Update fix. A misconfigured server could crash during DNS update
authorShawn Routhier <sar@isc.org>
Fri, 8 Jul 2011 22:49:11 +0000 (22:49 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 8 Jul 2011 22:49:11 +0000 (22:49 +0000)
commitbeaed73f000ac0da3f300eb2c46358d46b92ac2c
tree1aa1a5fb20cf79296ae152ba841df6de96ce1291
parent355fb647bc301c49b7d898fe59167d083265b03f
DNS Update fix. A misconfigured server could crash during DNS update
processing if the configuration included overlapping pools or
multiple fixed-address entries for a single address.  This issue
affected both IPv4 and IPv6. The fix allows a server to detect such
conditions, provides the user with extra information and recommended
steps to fix the problem.  If the user enables the appropriate option
in site.h then server will be terminated
RELNOTES
common/dns.c
common/print.c
includes/dhcpd.h
includes/site.h
server/ddns.c