mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 07:20:00 -04:00
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:
commit
bcc5fc4a10
2 changed files with 4 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue