mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
'covers' was not being set when extracting questions from a incoming message,
set covers to zero.
This commit is contained in:
parent
5f38a3b14a
commit
8b791b4ee8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user