mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
memory leak fix
This commit is contained in:
@@ -1110,6 +1110,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
|
|||||||
ercode = (msg->opt->ttl & DNS_MESSAGE_EDNSRCODE_MASK)
|
ercode = (msg->opt->ttl & DNS_MESSAGE_EDNSRCODE_MASK)
|
||||||
>> 20;
|
>> 20;
|
||||||
msg->rcode |= ercode;
|
msg->rcode |= ercode;
|
||||||
|
isc_mempool_put(msg->namepool, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user