Merge branch '3389-unexpected-badkey-in-upforwd-system-test-v9_18' into 'v9_18'

Clone the message buffer before forwarding UPDATE messages [v9_18]

See merge request isc-projects/bind9!6544
This commit is contained in:
Mark Andrews
2022-07-12 10:05:54 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5922. [bug] Forwarding of UPDATE message could fail with the
introduction of netmgr. This has been fixed. [GL #3389]
5917. [bug] Update ifconfig.sh script as is miscomputed interface
identifiers when destroying interfaces. [GL #3061]

View File

@@ -1766,6 +1766,7 @@ ns_update_start(ns_client_t *client, isc_nmhandle_t *handle,
CHECK(checkupdateacl(client, dns_zone_getforwardacl(zone),
"update forwarding", zonename, true,
false));
dns_message_clonebuffer(client->message);
CHECK(send_forward_event(client, zone));
break;
default: