mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
typo caused SIGs to leak memory instead of being added to response
This commit is contained in:
@@ -828,7 +828,7 @@ query_addrrset(ns_client_t *client, dns_name_t **namep,
|
||||
/*
|
||||
* We have a signature. Add it to the response.
|
||||
*/
|
||||
ISC_LIST_APPEND(mname->list, rdataset, link);
|
||||
ISC_LIST_APPEND(mname->list, sigrdataset, link);
|
||||
*sigrdatasetp = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user