mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 23:05:29 +00:00
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
This commit is contained in:
9
RELNOTES
9
RELNOTES
@@ -181,6 +181,15 @@ work on other platforms. Please report any problems and suggested fixes to
|
||||
See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h.
|
||||
[ISC-Bugs #24167]
|
||||
|
||||
- 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
|
||||
[ISC-Bugs #23595]
|
||||
|
||||
Changes since 4.2.0
|
||||
|
||||
- Documentation cleanup covering multiple tickets
|
||||
|
Reference in New Issue
Block a user