mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
'covers' was not being set when extracting questions from a incoming message,
set covers to zero.
This commit is contained in:
@@ -894,6 +894,7 @@ getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx)
|
||||
* the name.
|
||||
*/
|
||||
rdatalist->type = rdtype;
|
||||
rdatalist->covers = 0;
|
||||
rdatalist->rdclass = rdclass;
|
||||
rdatalist->ttl = 0;
|
||||
ISC_LIST_INIT(rdatalist->rdata);
|
||||
|
Reference in New Issue
Block a user