mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +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.
|
* 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;
|
*sigrdatasetp = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user