heard from this partner) field when updating the state in failover.
[ISC-Bugs #35549]
+- Modify the overload processing to allow space for the remote agent ID
+ [ISC-Bugs #35569]
+ Handle the ordering of the SUBNET_MASK option even if it is the last
+ option in the list.
+ [ISC-Bugs #24580]
+
Changes since 4.3.0rc1
- None
* Set offsets for buffer data to be copied into filename
* and servername fields
*/
- mb_max = mb_size;
+ if (mb_size > agent_size)
+ mb_max = mb_size - agent_size;
+ else
+ mb_max = mb_size;
if (overload_avail & 1) {
of1 = mb_max;
/* Eliminate duplicate options from the parameter request list.
* Enforce RFC-mandated ordering of options that are present.
*/
- for (i = 0; i < priority_len - 1; i++) {
+ for (i = 0; i < priority_len; i++) {
/* Eliminate duplicates. */
tto = 0;
for (ix = i + 1; ix < priority_len + tto; ix++) {